RESOLVED FIXED Bug 83595
Grow row heights in tables to account for cell growth from pagination
https://bugs.webkit.org/show_bug.cgi?id=83595
Summary Grow row heights in tables to account for cell growth from pagination
Dave Hyatt
Reported 2012-04-10 10:37:15 PDT
Grow row heights in tables to account for cell growth from pagination instead of shrinking the cells and having their contents overflow. The pullback that results from this model just causes poor pagination slicing to occur.
Attachments
Patch (12.72 KB, patch)
2012-04-10 10:42 PDT, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2012-04-10 10:37:41 PDT
In radar as: <rdar://problem/10443278> Overlapping text in table cell across column break
Dave Hyatt
Comment 2 2012-04-10 10:42:19 PDT
mitz
Comment 3 2012-04-10 10:44:44 PDT
Comment on attachment 136487 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136487&action=review > LayoutTests/ChangeLog:11 > + * fast/multicol/cell-shrinkback.html: Added. > + * platform/mac/fast/multicol/cell-shrinkback-expected.png: Added. > + * platform/mac/fast/multicol/cell-shrinkback-expected.txt: Added. Can you try making this a reftest?
WebKit Review Bot
Comment 4 2012-04-10 10:46:02 PDT
Attachment 136487 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1 Source/WebCore/rendering/RenderTableSection.cpp:676: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Note You need to log in before you can comment on or make changes to this bug.