Closed GoogleCodeExporter closed 9 years ago
Believed fixed in r170. Please verify.
Original comment by c.1%smit...@gtempaccount.com
on 11 Apr 2010 at 2:54
Hi,
Using the latest Firefox (Minefield/4.0b3pre) this issue still isn't resolved
since the script still seems to be looking for "Firefox" and not "Gecko".
Looking at the trunk, I see the curvycorners.src.js contains the following test:
if (!(this.isMoz = agent.indexOf('firefox') !== -1)) {
I see that at some point in the past it also checked for gecko (r127):
this.isMoz = agent.indexOf('firefox') !== -1 || agent.indexOf('gecko') !==
-1;
Is there a reason it was changed back at some point?
Original comment by smoo...@gmail.com
on 22 Jul 2010 at 7:41
Oops sorry, I did not see the extra tests you do in the case of
!(this.isMoz...).
I tried the curvycorners.net (which fails) and hadn't realized it's not using
the trunk version...
Also, I don't have a website to test the trunk version with the latest Firefox
so I can't verify this works with the latest Firefox...
Original comment by smoo...@gmail.com
on 22 Jul 2010 at 9:34
For non-Firefox branded firefoxes, if the first element on the page with a
style has a style member MozBorderRadius then in post-r170 versions we
nevertheless diagnose the browser as Firefox. This will stop working when
Firefox stops supporting MozBorderRadius.
Original comment by c.1%smit...@gtempaccount.com
on 22 Jul 2010 at 9:52
Original issue reported on code.google.com by
eduoj...@gmail.com
on 10 Apr 2010 at 7:20