Questions tagged [firefox-9]

Version 9 of the Mozilla Firefox browser. Released on December 20, 2011.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

8 questions
35
votes
3 answers

How did Firefox optimize this loop?

Firefox 9.0.1 surprised me by showing up my Ω(log n) number-padding algorithm with a Ω(n) loop method when n is small. In every other browser I've seen, the loop is slower, even for small values of n. I know all the browsers are working on…
kojiro
  • 74,557
  • 19
  • 143
  • 201
2
votes
1 answer

How to emulate HtmlUnit driver as Firefox 9?

I am using HtmlUnit driver in my selenium tests. As mentioned in the documentation, HtmlUnitDriver driver = new HtmlUnitDriver(true); This will cause the HtmlUnit Driver to emulate Firefox 3.6’s JavaScript handling by default." But, I want to…
Virtual
  • 2,111
  • 5
  • 17
  • 27
1
vote
1 answer

Firefox Javascript Error / Oddity / Weirdness. Any Explanations?

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…
daktau
  • 633
  • 1
  • 7
  • 17
1
vote
1 answer

Fieldset with two different shapes in Firefox 9.0.1?

I have just noticed something really odd, which I believe might be a small bug in Firefox 9.0.1. Have a look at the screenshot below. It shows Chrome 16 and Firefox 9.0.1 and how they render a fieldset with a border and a box shadow. Also, for your…
mingos
  • 23,778
  • 12
  • 70
  • 107
0
votes
2 answers

Firefox nested iframes and Flash video problems

Am seeing an issue with Firefox 9.0.1 (so far in Mac only) in which if there's content in a nested iframe of the kind: Main file: testFF1.html: