Search and Top Navigation
#10132 open bug ()
Opened June 29, 2014 02:24AM UTC
Last modified June 29, 2014 08:03PM UTC
Dialog: Closes on escape even if select is open (Firefox and IE)
Reported by: | tj.vantoll | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you have a dropdown open to select options and you press the escape key, you would expect the select to close but not the dialog. In Firefox and IE the dialog closes: http://jsfiddle.net/tj_vantoll/LzNQb/. The same behavior does not occur in Chrome or Safari.
Attachments (0)
Change History (1)
Changed June 29, 2014 08:03PM UTC by comment:1
status: | new → open |
---|
Fun, looks like Chrome and Safari doesn't fire a keydown event when the target is the select element and the options are open but IE and Firefox does.
http://jsfiddle.net/7w9GS/1/