Reproduce: ESC key doesn't work with IE9.
Reason: The condition to check for ie on line 279 is no longer valid: e == null
Patch: change the following line in the code (appears twice)

-     escapeKey = e.DOM_VK_ESCAPE
+   escapeKey = e.DOM_VK_ESCAPE || 27
CommentFileSizeAuthor
#1 thickbox-esckey-ie9-1377598-01.patch750 bytesmadmanmax
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

madmanmax’s picture

Status: Active » Needs review
Issue tags: ++patch
FileSize
750 bytes

Attached patch.

madmanmax’s picture

Issue tags: -+patch

Removed tag... sorry.