RESOLVED WONTFIX 23246
Body sizing behavior in quirks mode differs from Firefox
https://bugs.webkit.org/show_bug.cgi?id=23246
Summary Body sizing behavior in quirks mode differs from Firefox
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.