Bug 9729
Summary: | Page does not layout right | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Carson <dacarson> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, bfulgham, sam |
Priority: | P2 | Keywords: | NeedsReduction |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.j-a-b.net/web/hue/color-hsl |
David Carson
Formatting seems broken on this site, however, renders fine in Firefox and Opera for Mac.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Carson
Most likely the same problem exists on here: http://www.j-a-b.net/web/hue/colorspaces too
David Kilzer (:ddkilzer)
I saw a JavaScript error in a debug build of WebKit (locally-built r15149 + W.I.P. patches for Bug 9179 and 9717) when loading this page. Not sure if this is an issue or not.
[11157] http://pagead2.googlesyndication.com/pagead/show_ads.js line 10: TypeError: Value undefined (result of expression a.write) is not object.
David Carson
(In reply to comment #2)
> I saw a JavaScript error in a debug build of WebKit (locally-built r15149 +
> W.I.P. patches for Bug 9179 and 9717) when loading this page. Not sure if this
> is an issue or not.
>
> [11157] http://pagead2.googlesyndication.com/pagead/show_ads.js line 10:
> TypeError: Value undefined (result of expression a.write) is not object.
>
Same error appears in FF, and it still renders it ok. FireBug pointed out the error.
Joost de Valk (AlthA)
I have contacted the site owner if he knew of this problem and could perhaps tell us what it is...
allan28
It looks to be because the main stylesheet is defined as an xml-stylesheet, like this:
<?xml-stylesheet type="text/css" href="../../css/default.css.php" ?>, which seems to be broken in Webkit.
Another Useragent (IE for example) delivers the stylesheet as a normal <link>-stylesheet, and the site works fine.
Brent Fulgham
The relevant website no longer exists.