Bug 3419 - REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload
Summary: REGRESSION (125-312/412): Safari doesn't display edmunds.com pages until reload
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Adele Peterson
URL:
Keywords:
: 3314 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-10 13:16 PDT by John Sullivan
Modified: 2005-07-03 07:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 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.
Comment 1 Adele Peterson 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>
Comment 2 Adele Peterson 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
Comment 3 Chris Petersen 2005-06-17 20:54:14 PDT
This problem isolated here is the same problem in 3314.

Comment 4 Chris Petersen 2005-06-17 20:58:56 PDT
*** Bug 3314 has been marked as a duplicate of this bug. ***