Opened 9 years ago
Closed 7 years ago
#9700 closed bug (wontfix)
Dialog: Enter key does not submit form in IE8 with more then one input field and submit input
Reported by: | straszakm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
According to specs, if form has more then one text input field and if there is a submit input field, then a form should be submitted on Enter keypress. And it is. But not when using dialog() in IE8 (it is fine when dialog() is not used).
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Enter key does not submit dialog form in IE8 with more then one input field and submit input → Dialog: Enter key does not submit form in IE8 with more then one input field and submit input |
comment:2 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Since we've discontinued support of IE 8, we won't be fixing this.
Note: See
TracTickets for help on using
tickets.
Very odd. I confirmed that the same form submits when not in a dialog and that this works fine in IE9+.