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.