Bug 3419
Summary: | REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Sullivan <sullivan> |
Component: | WebKit Misc. | Assignee: | Adele Peterson <adele> |
Status: | VERIFIED FIXED | ||
Severity: | Normal | CC: | cmeyer100 |
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
John Sullivan
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adele Peterson
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
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
This problem isolated here is the same problem in 3314.
Chris Petersen
*** Bug 3314 has been marked as a duplicate of this bug. ***