Bug 9729

Summary: Page does not layout right
Product: WebKit Reporter: David Carson <dacarson>
Component: New BugsAssignee: 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
Reported 2006-07-04 09:09:08 PDT
Formatting seems broken on this site, however, renders fine in Firefox and Opera for Mac.
Attachments
David Carson
Comment 1 2006-07-04 09:12:23 PDT
Most likely the same problem exists on here: http://www.j-a-b.net/web/hue/colorspaces too
David Kilzer (:ddkilzer)
Comment 2 2006-07-04 15:39:14 PDT
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
Comment 3 2006-07-04 21:01:12 PDT
(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)
Comment 4 2006-07-08 04:04:34 PDT
I have contacted the site owner if he knew of this problem and could perhaps tell us what it is...
allan28
Comment 5 2006-10-01 10:44:55 PDT
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
Comment 6 2022-07-06 14:27:08 PDT
The relevant website no longer exists.
Note You need to log in before you can comment on or make changes to this bug.