View Issue Details

IDProjectCategoryView StatusLast Update
0009382mantisbtotherpublic2008-10-09 13:18
Reporternorthstar Assigned Togiallu  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionduplicate 
Product Version1.2.0a1 
Summary0009382: submit button does not work
Description

I downloaded Mantis 1.2.0a1 for a trial installation. Upon successful installation and setup, I test 'Report Issue' and the button 'Submit Report' does not work.

1)When I do a right-mouse click and view source, it show:
<!-- Submit Button -->
<tr>
<td class="left">
<span class="required"> * required</span>
</td>
<td class="center">
<input tabindex="21" type="submit" class="button" value="Submit Report" onclick="this.disabled=1;" />
</td>
</tr>

2)Then I do a right-mouse click view source on your Mantisbt Bugtracker where I submit this issue to you, it show:
<!-- Submit Button -->
<tr>
<td class="left">
<span class="required"> * required</span>
</td>
<td class="center">
<input tabindex="18" type="submit" class="button" value="Submit Report" onclick="this.disabled=1;document.report_bug_form.submit();" />
</td>
</tr>

3)I notice some code differences => document.report_bug_form.submit().
I thought this might be the cause of my submit button not working.

I am not a programmer but I can read and understand simple codes. How to I get my submit button to work ?

TagsNo tags attached.

Relationships

duplicate of 0009240 closedgiallu Add bug note: disabling button doesn't work anymore 

Activities

giallu

giallu

2008-07-14 13:00

reporter   ~0018512

Yes, this instance is using fixed code from our subversion repo.
For details about the fix, see 0009240 or just download the latest code from subversion.