Browser version: 32.2.0
32-bit or 64-bit browser?: 64 bit (AVX build)
Problem URL: https://github.com/ThosRTanner/inforss/ ... sOption.js
Browser theme (if not default):
Installed add-ons: n/a
Installed plugins: (about:plugins): none (or at least all but inforss disabled)
If possible, please include the output of help->troubleshooting information (as text):
The code in the URL above is called when clicking the option button in about:addons or right clicking the menu icon.
On windows, it works fine.
On the above mentioned linux, the user gets this trace in the console:
Code: Select all
console.error:
Exception in init@chrome://inforss/content/inforssOption.js:89:13
Message: ReferenceError: can't access lexical declaration `WindowMediator' before initialization
Stack:
init@chrome://inforss/content/inforssOption.js:73:11
onload@chrome://inforss/content/inforssOption.xul:1:1
I'm at a bit of a loss as to why this should be happening on linux and how to get round it (not to mention how to test it...)