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

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.