How to reproduce: you cannot use Esc key for closing a thickbox window while using Opera. X and C keys work as should.

Reason: vanilla thickbox.js was affected somehow and differ from Thickbox author's js while having the same release number.

How to fix: change to strings at thickbox.js

-          else if ($.browser.safari) { // safari
+          else if ($.browser.safari || $.browser.opera) { // safari OR opera

Patch is attached.

CommentFileSizeAuthor
thickbox.js_.patch709 bytesAvm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frjo’s picture

Assigned: Unassigned » frjo
Status: Active » Fixed

Thanks for the patch. I have committed it to 6-dev.

Status: Fixed » Closed (fixed)
Issue tags: -Opera Esc fix

Automatically closed -- issue fixed for 2 weeks with no activity.