RESOLVED WONTFIX 15510
The containing element overflows if its width and height is greater than the parent's width and height
https://bugs.webkit.org/show_bug.cgi?id=15510
Summary The containing element overflows if its width and height is greater than the ...
Anantha Keesara
Reported 2007-10-14 11:43:39 PDT
I .Steps: ----------- 1. Go to: http://share.fenbei.com/help.html II. Issue: ----------------- The divs and images are overlapping each other III: Other browsers: ------------------- FF and safari has this issue. IE and Opera has no overlapping issue.
Attachments
The containing element overflows if its width and height is greater than the parent's width and height (316 bytes, text/html)
2007-10-14 11:44 PDT, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2007-10-14 11:44:37 PDT
Created attachment 16670 [details] The containing element overflows if its width and height is greater than the parent's width and height
Eric Seidel (no email)
Comment 2 2008-01-10 13:46:22 PST
Is this the standard "ie ignores height:" compat issue?
Eric Seidel (no email)
Comment 3 2008-01-10 13:49:05 PST
Yeah, I'm pretty sure this is WONTFIX. IE is broken. We can't fix that. The only thing to consider here is if WebKit should support this sort of "ignore height:" functionality in a quirks mode. Hyatt? Hixie?
Eric Seidel (no email)
Comment 4 2008-01-10 13:50:15 PST
Obviously regions with an IE monoculture (like china, korea), lack of support for these strange IE quirks does pose an issue for WebKIt adoption.
Dave Hyatt
Comment 5 2008-01-10 14:52:35 PST
The problem is we can't really backtrack and add this as a quirk now. We would break too many Web sites. So yeah, this is a WONTFIX. Firefox has the same issue, and IE does the right thing in strict mode. So ultimately these sites just have to update their code.
Note You need to log in before you can comment on or make changes to this bug.