Closed (fixed)
Project:
Thickbox
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
9 Jun 2009 at 18:23 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| thickbox.js_.patch | 709 bytes | Avm |
Comments
Comment #1
frjo commentedThanks for the patch. I have committed it to 6-dev.