Bug 23246 - Body sizing behavior in quirks mode differs from Firefox
Summary: Body sizing behavior in quirks mode differs from Firefox
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://nerget.com/working/algorithm-i...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 18:25 PST by Simon Fraser (smfr)
Modified: 2009-01-12 18:23 PST (History)
2 users (show)

See Also:


Attachments
Testcase (537 bytes, text/html)
2009-01-11 18:25 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-01-11 18:25:17 PST
In the site in the URL, and in the testcase-to-be-attached, the body sizing behavior differs between WebKit and Firefox 3.

The body has a single, absolutely-positioned child which has z-index: -10.

In Firefox, the body has zero height, and the child gets events. The page is loaded in quirks mode (according to the Info window).

In WebKit, the body covers the viewport, and therefore obscures the child, which does not get events.
Comment 1 Simon Fraser (smfr) 2009-01-11 18:25:35 PST
Created attachment 26621 [details]
Testcase
Comment 2 Oliver Hunt 2009-01-12 18:20:49 PST
Per Hyatt this is an IE quirk that firefox doesn't respect.
Comment 3 Simon Fraser (smfr) 2009-01-12 18:23:17 PST
Sounds like a WONTFIX then.