View Issue Details

IDProjectCategoryView StatusLast Update
0009240mantisbtbugtrackerpublic2008-07-31 18:04
Reportercweiske2 Assigned Togiallu  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a1 
Summary0009240: Add bug note: disabling button doesn't work anymore
Description

Revision [5210] fixes the issue that bug notes could not be added anymore by Opera (and IE). However, the fix defeats the purpose that the button cannot be clicked twice. Current code:

onclick="document.bugnoteadd.submit();this.disabled=1;"

This should read:

onclick="this.disabled=1;document.bugnoteadd.submit();"

This in in
http://mantisbt.svn.sourceforge.net/viewvc/mantisbt/trunk/mantisbt/bugnote_add_inc.php?view=markup

TagsNo tags attached.

Relationships

related to 0009138 closedgrangeway Submit Report doesn't work 
has duplicate 0009382 closedgiallu submit button does not work 

Activities

giallu

giallu

2008-06-13 18:07

reporter   ~0018084

Last edited: 2008-07-14 12:55

Fixed in revision 5361

http://mantisbt.svn.sourceforge.net/viewvc/mantisbt?view=rev&revision=5361

Related Changesets

MantisBT: master b58e5a41

2008-06-13 18:04

giallu


Details Diff
Fix 9240: disabling button doesn't work anymore

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5361 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009240
mod - bugnote_add_inc.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - bug_report_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - bug_update_page.php Diff File