Bug 30704
Summary: | REGRESSION (r48687): accountcentralonline.com loads many resources but renders as blank | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Hilbert <chrishilbert> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | beidson, darin, mrowe, sam |
Priority: | P1 | Keywords: | InRadar, NeedsReduction, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
URL: | http://www.accountcentralonline.com |
Chris Hilbert
The URL http://www.accountcentralonline.com shows that it is downloading content in the status bar, but never renders anything. This URL stopped working in recent nightly builds, but still works in Safari 4.0.3.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
Chris, do you happen to know which nightly build this last worked in?
Mark Rowe (bdash)
<rdar://problem/7329510>
Mark Rowe (bdash)
The web inspector shows nothing in the source after
<script>
history.forward();
</script>
makes it in to the DOM. It seems possible that this JavaScript is interrupting the loading of the main document before the content area of the page has been parsed.
Mark Rowe (bdash)
This regressed due to <http://trac.webkit.org/changeset/48687>.
Chris Hilbert
I can't recall the exact nightly when this bug started occurring since I don't go there often.
Darin Adler
Brady, another of those regressions from my change.
Brady Eidson
This is certainly a dupe of http://webkit.org/b/30424
*** This bug has been marked as a duplicate of bug 30424 ***