RESOLVED FIXED 14600
CSS style table-row-group is not rendered properly
https://bugs.webkit.org/show_bug.cgi?id=14600
Summary CSS style table-row-group is not rendered properly
Sridhar Gurivireddy
Reported 2007-07-12 17:09:39 PDT
When a webpage has 2 tables, with second DIV having a style of "table-row-group", it's rendered before the first element. <div style="display:inline-table;"><form><table><tr><td>display: inline-table</td></tr></table></form></div> <div style="display:table-row-group;"><form><table><tr><td>display: table-row-group</td></tr></table></form></div> The behaviour is different from Firefox and IE
Attachments
Test case from Comment #0 (224 bytes, text/html)
2007-07-14 15:09 PDT, David Kilzer (:ddkilzer)
no flags
display:table test case (1.95 KB, text/html)
2007-12-14 10:31 PST, Adam van den Hoven
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-07-14 15:09:27 PDT
Created attachment 15521 [details] Test case from Comment #0 Please attach test cases as HTML files in the future as it makes it much easier to test. Thanks!
David Kilzer (:ddkilzer)
Comment 2 2007-07-14 15:13:48 PDT
Confirmed with a local debug build of WebKit r24285 with Safari 3.0 (522.12) on Mac OS X 10.4.10 (8R218). Both Opera 9.21.3678 and Firefox 2.0.0.4 render the "display: inline-table" table first. This is not a regression since Safari 2.0.4 (419.3) with original WebKit renders nothing for the test case.
Dave Hyatt
Comment 3 2007-07-16 13:01:34 PDT
IE and Firefox don't support display:inline-table.
Adam van den Hoven
Comment 4 2007-12-14 10:31:46 PST
Created attachment 17893 [details] display:table test case This example uses images out of the iUI project, which is how I discovered it.
Adam van den Hoven
Comment 5 2007-12-14 10:36:19 PST
Comment on attachment 17893 [details] display:table test case Oops, somehow I sent this to the wrong bug sorry
Robert Blaut
Comment 6 2009-01-03 15:20:25 PST
I cannot reproduce the reported issue in WebKit r39553. The bug was fixed after release of Safari 3.2.1. Safari 3.2.1 has the reported bug. Actually I cannot run bisect-builds to check which changeset fixes the reported issue.
Robert Blaut
Comment 7 2009-01-03 15:54:47 PST
Note You need to log in before you can comment on or make changes to this bug.