Bug 25667
Summary: | Websites not displayed | ||
---|---|---|---|
Product: | WebKit | Reporter: | bertomeu <trazaac> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www.mp3trazaac.com |
bertomeu
Hello,
I have noticed that 2 of my websites (www.deco-asaiss.com and www.les-artistes-unis.com) which are completly accessible and operational with Internet Explorer and Mozilla Firefox are not displayed with your system. The website www.mp3trazaac.com is displayed but there is a problem with the font.
Thanks in advance for trying to solve this big bug !
Best regards
Alain Bertomeu
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
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.