RESOLVED WORKSFORME 15845
Absolutely positioned TR leaves a ghost gap
https://bugs.webkit.org/show_bug.cgi?id=15845
Summary Absolutely positioned TR leaves a ghost gap
Benjamin Hawkes-Lewis
Reported 2007-11-05 07:37:36 PST
A TR absolutely positioned outside its ancestor TABLE leaves a gap where the row would normally be in Safari 2 and WebKit Nightly rather than collapsing that gap. This goes against the behaviour of other popular web engines (Trident, Gecko, and Presto) and against (my reading of) the CSS 2.1 specification: http://www.w3.org/TR/CSS21/visuren.html#propdef-position Here's a simple test-case that illustrates the problem. http://benjaminhawkeslewis.com/www/test-cases/absolutely-position-tr.html
Attachments
Test case (2.24 KB, text/html)
2010-03-14 03:54 PDT, Benjamin Hawkes-Lewis
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-11-05 09:11:29 PST
Confirmed with a local debug build of WebKit r27434 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).
Benjamin Hawkes-Lewis
Comment 2 2010-03-14 03:54:24 PDT
Created attachment 50669 [details] Test case
Benjamin Hawkes-Lewis
Comment 3 2010-03-14 03:56:33 PDT
Actually, looking at my Test Case in Safari 4 and WebKit Nightly, this looks fixed to me.
Benjamin Hawkes-Lewis
Comment 4 2010-03-14 03:57:12 PDT
Actually, looking at my Test Case in Safari 4 and WebKit Nightly, this now Works For Me.
Note You need to log in before you can comment on or make changes to this bug.