RESOLVED FIXED11754
REGRESSION: horizontal scrollbar with 100% width "table-style:fixed" table
https://bugs.webkit.org/show_bug.cgi?id=11754
Summary REGRESSION: horizontal scrollbar with 100% width "table-style:fixed" table
Duncan Wilcox
Reported 2006-12-05 05:52:00 PST
The table in the attached sample is composed of two columns, a 10em column and a 100% column, though the overall table width should be 100%. According to the spec it appears that the second column should be sized as 'auto', and 'auto' indeed fixes the page on TOT, but firefox, ie6 and released webkit all work with 100%.
Attachments
Reduction (272 bytes, text/html)
2006-12-05 05:54 PST, Duncan Wilcox
no flags
Duncan Wilcox
Comment 1 2006-12-05 05:53:31 PST
What is expected is that no horizontal scrollbar should appear, but on TOT a horizontal scrollbar does appear. Also, on TOT scrolling horizontally seems to show that the area initially not in view is not painted correctly.
Duncan Wilcox
Comment 2 2006-12-05 05:54:46 PST
Created attachment 11737 [details] Reduction
Stephanie Lewis
Comment 3 2007-01-22 18:15:55 PST
mitz
Comment 4 2007-01-23 01:24:15 PST
I think r18790 (fix for bug 12115) fixed this. Please verify.
David Kilzer (:ddkilzer)
Comment 5 2007-01-23 03:47:37 PST
Confirmed fixed with locally-built debug build of WebKit r19037 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8L127). No scroll bar appears when the test case (Attachment 11737 [details]) is rendered.
Note You need to log in before you can comment on or make changes to this bug.