Opened 9 years ago
Closed 7 years ago
#14135 closed task (fixed)
Button: change default type to submit
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change default type for dijit.form.Button to be type=submit rather than type=button, to conform to HTML5 spec and more importantly to work around browser specific behavior listed in #10163.
Note: See
TracTickets for help on using
tickets.
Implemented in our 2.0 prototype (well, actually, we don't specify the type at all, because it's inherited from HTMLButtonElement) so closing this ticket.