RESOLVED INVALID 15295
width: 100% in <div> tag causes part of the table element to be displayed outside the border
https://bugs.webkit.org/show_bug.cgi?id=15295
Summary width: 100% in <div> tag causes part of the table element to be displayed out...
Anantha Keesara
Reported 2007-09-27 07:10:13 PDT
Issue: width: 100% in <div> tag causes part of the table element to be displayed outside the border Other browsers: IE, Opera, FF does not have this issue. Attached is the testcase.
Attachments
width: 100% in <div> tag causes part of the table element to be displayed outside the border (444 bytes, text/html)
2007-09-27 07:11 PDT, Anantha Keesara
no flags
strict test case (410 bytes, text/html)
2008-02-15 14:33 PST, Robert Blaut
no flags
Anantha Keesara
Comment 1 2007-09-27 07:11:22 PDT
Created attachment 16414 [details] width: 100% in <div> tag causes part of the table element to be displayed outside the border
Gavin Sherlock
Comment 2 2007-09-27 08:00:22 PDT
Also a problem on Mac 10.4.10 with both released Safari and a recent nightly build (r25464)
Robert Blaut
Comment 3 2008-02-15 14:30:28 PST
According to standards the test case incorrect. It triggers quirks mode so some browsers emulate IE bugs. Test case uses also CSS Gecko only properties that of cause doesn't work in other browsers. Despite that Webkit and Opera renders your test case identically and correctly. I'll upload corrected test case without gecko-only property "-moz-box-sizing". The test case renders exactly the same in Webkit, Opera and Gecko.
Robert Blaut
Comment 4 2008-02-15 14:33:27 PST
Created attachment 19144 [details] strict test case
Note You need to log in before you can comment on or make changes to this bug.