Opened 13 years ago
Closed 13 years ago
#8834 closed defect (fixed)
image.lightbox doesn't quit when pressing the 'ESC' in chrome
Reported by: | coolhair88 | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Widgets | Version: | 1.3.0b2 |
Keywords: | chrome lightbox | Cc: | |
Blocked By: | Blocking: |
Description
image.lightbox doesn't quit when pressing the 'ESC' button in google chrome but it's fine in firefox3 and ie7
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 13 years ago by
Milestone: | future → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed as part of #6184 - tested Saf4 and Chromium OSX.
Note: See
TracTickets for help on using
tickets.
this may be a 'cantfix' ... The issue exists in all webkit browsers, where the keypress event doesn't fire unless _some_ element has focus. The lightbox could attempt to focus one of the access buttons, and newer versions of webkit will allow you to focus the .domNode, but it doesn't fix all cases. :/
definately want to normalize key stuff like this. there is allegedly a dupliate dialog ticket (lightbox inherits from dialog)