#15709 closed defect (fixed)
[regression] Button_a11y: Enter key stops working in IE9
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.8.0b1 |
Keywords: | dohfail | Cc: | bill, Douglas Hays |
Blocked By: | Blocking: |
Description
If you run the dijit form tests in IE9 in the DOH runner, you will notice "dijit.form.DropDownButton::enter opens menu" fails.
To manually reproduce this failure:
- Open http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/form/test_Button.html in IE9
- Tab to Edit
- Press Enter. The popup will open as expected.
- Click once on the text, "Buttons can do an action, display a menu, or both:".
- Tab to the Edit button again.
- Press Enter. The popup will not open this time.
If you subsequently refresh the page, the Enter button will still be broken. You will have to close the tab and reopen it to fix it.
Change History (7)
comment:1 Changed 9 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 9 years ago by
Cc: | bill Douglas Hays added |
---|---|
Component: | Dijit - Form → Events |
Milestone: | tbd → 1.8 |
Owner: | changed from Douglas Hays to Kris Zyp |
Priority: | undecided → blocker |
Status: | new → assigned |
Summary: | Button_a11y: Enter key stops working in IE9 → [regression] Button_a11y: Enter key stops working in IE9 |
Version: | 1.7.3 → 1.8.0b1 |
comment:3 Changed 9 years ago by
Component: | Events → Dijit |
---|---|
Owner: | changed from Kris Zyp to bill |
I don't know why it's failing but might as well switch _HasDropDown to use dojo/on and avoid the issue, since we will need to do that for 2.0 anyway.
comment:5 Changed 8 years ago by
This was working in 1.6 and 1.7 branches so doesn't need to be backported.
Note: See
TracTickets for help on using
tickets.
Refs #14954. ENTER is no longer triggering Button clicks on IE9 starting with [29144].