Bug 23246

Summary: Body sizing behavior in quirks mode differs from Firefox
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: hyatt, krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://nerget.com/working/algorithm-ink/#aaf36d30
Attachments:
Description Flags
Testcase none

Simon Fraser (smfr)
Reported 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.
Attachments
Testcase (537 bytes, text/html)
2009-01-11 18:25 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2009-01-11 18:25:35 PST
Created attachment 26621 [details] Testcase
Oliver Hunt
Comment 2 2009-01-12 18:20:49 PST
Per Hyatt this is an IE quirk that firefox doesn't respect.
Simon Fraser (smfr)
Comment 3 2009-01-12 18:23:17 PST
Sounds like a WONTFIX then.
Note You need to log in before you can comment on or make changes to this bug.