[Webkit-unassigned] [Bug 54821] REGRESSION: Images are missing on tobii.com main page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 16:31:33 PST 2011


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





--- Comment #11 from Oliver Hunt <oliver at apple.com>  2011-02-21 16:31:33 PST ---
(In reply to comment #9)
> I am reopening this bug, this is a site that has to do with assistive tech. if it worked in an older build of safari then why should it not be preserved now? hmm???
> 
> if you feel the bug is "invalid" then why would you place it in radar!!!

Because we automatically put all bugs into radar.

It worked in old versions of safari because old versions of safari did not support the strict mode feature.  Neither did firefox, chrome, or opera.

All of these browsers have now either implemented support for strict mode, or are in the process of doing so.  This site will not work in _any_ browser that supports strict mode, as the code in the site is wrong.

There is script in the site that starts with "use strict", this was clearly not actually tested as no browser supported any part of strict mode until about maybe 6 months ago.  Now that browsers support it, they're exposing the fact that the code is not in fact correct.

Even amazon.com has had to fix a few of their pages where they had incorrectly pasted "use strict" at the beginning of scripts, and this site is no different.  The code is wrong and needs to be fixed on the site, not in the browser.

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



More information about the webkit-unassigned mailing list