Bug 30704 - REGRESSION (r48687): accountcentralonline.com loads many resources but renders as blank
Summary: REGRESSION (r48687): accountcentralonline.com loads many resources but render...
Status: RESOLVED DUPLICATE of bug 30424
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P1 Normal
Assignee: Nobody
URL: http://www.accountcentralonline.com
Keywords: InRadar, NeedsReduction, Regression
Depends on:
Blocks:
 
Reported: 2009-10-22 19:43 PDT by Chris Hilbert
Modified: 2009-10-26 11:14 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hilbert 2009-10-22 19:43:07 PDT
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.
Comment 1 Mark Rowe (bdash) 2009-10-22 20:22:52 PDT
Chris, do you happen to know which nightly build this last worked in?
Comment 2 Mark Rowe (bdash) 2009-10-22 20:23:11 PDT
<rdar://problem/7329510>
Comment 3 Mark Rowe (bdash) 2009-10-22 20:25:28 PDT
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.
Comment 4 Mark Rowe (bdash) 2009-10-22 20:35:59 PDT
This regressed due to <http://trac.webkit.org/changeset/48687>.
Comment 5 Chris Hilbert 2009-10-23 04:49:27 PDT
I can't recall the exact nightly when this bug started occurring since I don't go there often.
Comment 6 Darin Adler 2009-10-25 11:44:09 PDT
Brady, another of those regressions from my change.
Comment 7 Brady Eidson 2009-10-26 11:13:30 PDT
This is certainly a dupe of http://webkit.org/b/30424

*** This bug has been marked as a duplicate of bug 30424 ***