[Webkit-unassigned] [Bug 25667] Websites not displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 08:52:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25667


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from mrowe at apple.com  2009-05-10 08:52 PDT -------
The problem on www.deco-asaiss.com is incorrect browser-sniffing code. 
Spoofing as Firefox 3.0 fixes it.  The code expects the initial version number
in the user agent string (following "Mozilla/") to be > 7.0, but explicitly
hardcodes a version number of > 7.0 if the user agent string contains Firefox. 
www.les-artistes-unis.com demonstrates similar behavior.

Given that this is so clearly a bug in the JavaScript on the site I'm going to
close this bug as INVALID.  You should fix the incorrect JavaScript in order to
allow the site to display correctly.  If this JavaScript library were used by
any high-profile sites we may consider working around this bug inside WebKit,
but from my research it seems unlikely that it is used in this manner.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list