[Webkit-unassigned] [Bug 8852] New: Scripts should not be executed before preceding subresources are loaded
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu May 11 09:58:00 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8852
Summary: Scripts should not be executed before preceding
subresources are loaded
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://www.worldofwarcraft.com/realmstatus/
OS/Version: Mac OS X 10.4
Status: NEW
Severity: major
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ap at nypop.com
Steps to reproduce:
1. Open <http://www.worldofwarcraft.com/realmstatus/>.
2. Look at the JavaScript console - lots of error messages.
Most likely, something in this site actually doesn't work, I haven't
investigated. But the errors are scary enough on their own - the main problem
here is that the initialization script fails early with an assertion.
This init script tries to reference a stylesheet that is supposed to be loaded
before it. However, WebKit defers loading the stylesheet, so it is not present,
so we get an exception.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list