Bug 9729 - Page does not layout right
Summary: Page does not layout right
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.j-a-b.net/web/hue/color-hsl
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2006-07-04 09:09 PDT by David Carson
Modified: 2022-07-06 14:27 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carson 2006-07-04 09:09:08 PDT
Formatting seems broken on this site, however, renders fine in Firefox and Opera for Mac.
Comment 1 David Carson 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
Comment 2 David Kilzer (:ddkilzer) 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.

Comment 3 David Carson 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.

Comment 4 Joost de Valk (AlthA) 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...
Comment 5 allan28 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.
Comment 6 Brent Fulgham 2022-07-06 14:27:08 PDT
The relevant website no longer exists.