Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 3 réponses
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par 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!

Modifié le par Oddi

Toutes les réponses (3)

more options

Solution choisie

more options

Thanks a lot!