Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 8 replies
  • 31 have this problem
  • 11 views
  • Last reply by cor-el

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?

Chosen solution

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?

Read this answer in context 👍 1

All Replies (8)

Chosen Solution

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?

Modified by jscher2000 - Support Volunteer

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

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.

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

See:

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).

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

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

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)