Ticket #6280 (closed defect: fixed)
Unable to prevent form submit
| Reported by: | guest | Owned by: | alex |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.1b1 |
| Severity: | blocker | Keywords: | form submit |
| Cc: | bill |
Description
I am unable to prevent the form submit process on IE7 only. It works fine on ie6, firefox. Problem seen with 1.1b3 and 1.1rc1
<form dojoType="dijit.form.Form" id="myForm" onSubmit="return false;">
<input id="idSearch" type="text" dojotype="dijit.form.TextBox" name="line" style="width: 12em" trim="true" />
<button dojoType="dijit.form.Button" type="submit">
No submit
</button>
</form>
Change History
Note: See
TracTickets for help on using
tickets.