搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Script in JavaScript does work properly on every web browser apart from Firefox (After FF update the script stopped working properly).

  • 3 回覆
  • 3 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

Hello,

script was always working correctly on every web browser. Unfortunately after (probably) last update Firefox stopped handling with it.

Script is the part of forum based on popular MyBB (http://www.mybb.com/). I put a screenshoot below, which should easily show how did the script work.

http://screenshooter.net/data/uploads/ug/tg/dyre.jpg

After clicking on any icon (e.g. bold "B") it shows "[undefined=undefined]" and then clicking shows no effects.

Errors from "WWW console" after icon clicking: TypeError: mnu is undefined - line 641 TypeError: tag is undefined - line 1163

Here I posted problematic script: http://pastebin.com/D8HmLEKK

Best regards!

Hello, script was always working correctly on every web browser. Unfortunately after (probably) last update Firefox stopped handling with it. Script is the part of forum based on popular MyBB (http://www.mybb.com/). I put a screenshoot below, which should easily show how did the script work. http://screenshooter.net/data/uploads/ug/tg/dyre.jpg After clicking on any icon (e.g. bold "B") it shows "[undefined=undefined]" and then clicking shows no effects. Errors from "WWW console" after icon clicking: TypeError: mnu is undefined - line 641 TypeError: tag is undefined - line 1163 Here I posted problematic script: http://pastebin.com/D8HmLEKK Best regards!

由 Oddi 於 修改

被選擇的解決方法

所有回覆 (3)

more options

選擇的解決方法

more options

Thanks a lot!