Bug 9000
Summary: | FOUC-mania @ wired.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hyatt, ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.wired.com | ||
Bug Depends on: | |||
Bug Blocks: | 4223 |
Geoffrey Garen
1. Navigate to www.wired.com
--> FOUC mania
Repeat by loading other tabs, like "Technology" and "Culture."
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dan Richman
I've found that some "inline" JavaScripts (i.e. scripts that are placed within the "body" tag, as opposed to the "head" tag) can cause FOUC (Flash Of Unstyled Content). If you place the same script into the "head" FOUC will not happen.
David Kilzer (:ddkilzer)
(In reply to comment #1)
> I've found that some "inline" JavaScripts (i.e. scripts that are placed within
> the "body" tag, as opposed to the "head" tag) can cause FOUC (Flash Of Unstyled
> Content). If you place the same script into the "head" FOUC will not happen.
Dan, reproducible test cases (especially in the form of WebKit http tests) would be extremely helpful.
David Kilzer (:ddkilzer)
(In reply to comment #2)
> (In reply to comment #1)
> > I've found that some "inline" JavaScripts (i.e. scripts that are placed within
> > the "body" tag, as opposed to the "head" tag) can cause FOUC (Flash Of Unstyled
> > Content). If you place the same script into the "head" FOUC will not happen.
>
> Dan, reproducible test cases (especially in the form of WebKit http tests)
> would be extremely helpful.
See Bug 9000.
David Kilzer (:ddkilzer)
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > I've found that some "inline" JavaScripts (i.e. scripts that are placed within
> > > the "body" tag, as opposed to the "head" tag) can cause FOUC (Flash Of Unstyled
> > > Content). If you place the same script into the "head" FOUC will not happen.
> >
> > Dan, reproducible test cases (especially in the form of WebKit http tests)
> > would be extremely helpful.
>
> See Bug 9000.
Better yet, Bug 10606!
Dave Hyatt
Fixed.
David Kilzer (:ddkilzer)
(In reply to comment #5)
> Fixed.
r16129