1

If you view this page...
http://eastlondondance.org/admin/MozillaProblem/example.php
...you'll find that there are no errors but that the functionality is not working.

The last dropdown is not being populated with options like the other 2. This however works on Safari, Chrome and IE.

What gives? Why isn't it working on Firefox Linux, PC or Mac but is on all other browsers? Is it a problem with the code or a problem with Firefox?

Any help is much appreciated.

cheers, George

daktau
  • 633
  • 1
  • 7
  • 17

1 Answers1

2

Firefox is having problems with the variable name of performance. While I'm not certain why this is, renaming this to anything else will allow it to display in firefox. In the example below I renamed it from performance to performancex.

Example: http://benjaminhopkins.co.uk/stackoverflow/firefox.html

From the comments above seems not everyone see the problem? Maybe it could be a extension / plugin causing the issue. Using the developer toolbar and hovering performance firefox reveals the following:

Performance { constructor=Performance,
              timing=PerformanceTiming, 
              navigation=PerformanceNavigation}
benni_mac_b
  • 8,803
  • 5
  • 39
  • 59