Opened 11 years ago
Closed 11 years ago
#9928 closed defect (fixed)
Dialog: ESC key when focused on dijit.Button won't close dialog (webkit)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Accessibility | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | changed from Becky Gibson to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [20306]) Fixes #6184, #9528, #9928 !strict. Forced Esc key to
generate fake keypress on WebKit?. Removed keydown special WebKit/Esc? processing from dijit's popup.js and _FormWidget.js. Verified that dijit's robot tests ComboBox_a11y.html, Dialog_a11y.html, and Menu_a11y.html now run without errors on Safari4/Windows.
Note: See
TracTickets for help on using
tickets.
see patch attached to #9528