Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜尋 Mozilla 技術支援網站

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

了解更多

javascript not working on Firefox 13.0.1 on Windows XP Pro. What's the fix?

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

more options

Was surfing a site that I know has an image rotator running JavaScript that worked before FF auto upgraded to 13.0.1 and still works in IE 8 and Chrome. What's the fix or is there a patch?

Was surfing a site that I know has an image rotator running JavaScript that worked before FF auto upgraded to 13.0.1 and still works in IE 8 and Chrome. What's the fix or is there a patch?

被選擇的解決方法

Interestingly, the tFader.js script was updated on June 6th, maybe to address this issue. Can you try the current version 1.0.1?

http://www.softcomplex.com/products/tigra_fader/

Edit: Oops, you didn't say that was your site. Perhaps send them a suggestion to update?

從原來的回覆中察看解決方案 👍 1

所有回覆 (8)

more options

選擇的解決方法

Interestingly, the tFader.js script was updated on June 6th, maybe to address this issue. Can you try the current version 1.0.1?

http://www.softcomplex.com/products/tigra_fader/

Edit: Oops, you didn't say that was your site. Perhaps send them a suggestion to update?

由 jscher2000 - Support Volunteer 於 修改

more options

That seems to be the same JavaScript that causes the issue in this MozillaZine forum thread.

more options

tFader.js version 1.0.1 works w/FF 13.0.1, but not with tFader.js version 1.0. Very Strange. That site was lasted updated on 6.4.12. I wonder why the new version of FF is not compatible with tFader.js version 1.0 when the.script works in Chrome and IE?

Not sure if this is the fix for all the .js issues, but readers be advised if a given site is running the tFader.js version 1.0 and you're viewing it in FF 13.0.,1 that would be the reason-or at least one reason-things are not working.

more options

Support for -moz-opacity (MozOpacity) has been removed in Firefox 13 and that causes the 1.0 version to fail.

See:

more options

Just as a footnote, this is one of several -moz properties that were removed in Firefox 13. Others include -moz-border-radius and -moz-box-shadow. These properties are still useful for backwards compatibility, but going forward, you need to use the standard properties (i.e., the ones without the -moz prefix).

more options

Same here,I've done all and still does't work.

more options

Hi Alexandrandjohnny, can you be more specific about the problems you're having? This thread refers to a script installed by web site operators to rotate between pictures. If your problem is different, please start a new question:

https://support.mozilla.org/en-US/questions/new

more options

In the case of opacity that is not really necessary because opacity has been supported since Firefox 0.9 according to the article and you shouldn't be using such old versions.

You may need to reload web page(s) and bypass the cache (or clear the cache) after making changes to files on the server (Firefox can be stubborn).

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)