VERIFIED FIXED 3419
REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload
https://bugs.webkit.org/show_bug.cgi?id=3419
Summary REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload
John Sullivan
Reported 2005-06-10 13:16:44 PDT
This is also in Radar as <rdar://problem/4111752> To reproduce: 1. Go to edmunds.com 2. Click on a type of car as if you are researching a new car (e.g. "SUV") The page is (at least mostly) all gray. Reloading cures it. The same thing happens with many other links on this site. This worked correctly in 10.3.8 with Safari-125.
Attachments
Adele Peterson
Comment 1 2005-06-15 16:13:27 PDT
This reduction demonstrates the problem. The first script tag has a '/' at the end that doesn't belong. This still works in Firefox, but the first time you load the page, we seem to stop parsing. <html> <body> HEADER <script src="" /></script> <script src="http://www.edmunds.com/scripts/flash_detect.js"></script> MAIN TEXT </body> </html>
Adele Peterson
Comment 2 2005-06-15 16:24:03 PDT
note- the .js file can be empty, but there has to be a url in the src attribute. Also, there is a parse error in the console: [6869] file:///Tests/edm.html:SyntaxError - Parse error
Chris Petersen
Comment 3 2005-06-17 20:54:14 PDT
This problem isolated here is the same problem in 3314.
Chris Petersen
Comment 4 2005-06-17 20:58:56 PDT
*** Bug 3314 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.