WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
141207
Tables don't repaginate properly when pagination height changes
https://bugs.webkit.org/show_bug.cgi?id=141207
Summary
Tables don't repaginate properly when pagination height changes
Dave Hyatt
Reported
2015-02-03 12:51:49 PST
Tables don't repaginate properly when the pagination height changes or if the offset of the table changes on the page. This is because sections need to be marked for layout whenever a table gets marked for layout.
Attachments
Patch
(13.88 KB, patch)
2015-02-03 13:03 PST
,
Dave Hyatt
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2015-02-03 13:03:50 PST
Created
attachment 245958
[details]
Patch
Dean Jackson
Comment 2
2015-02-03 13:06:40 PST
Comment on
attachment 245958
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=245958&action=review
> LayoutTests/fast/multicol/table-dynamic-movement.html:8 > +<script> > +function doIt() > +{ > +document.getElementById('test').offsetHeight > +document.getElementById('test').style.height = '500px'; > +} > +</script>
I think you could have put this directly inline.....
> LayoutTests/fast/multicol/table-dynamic-movement.html:21 > +<script> > +doIt() > +</script>
.... down here.
Jon Lee
Comment 3
2015-02-04 13:19:42 PST
rdar://problem/18387659
Dave Hyatt
Comment 4
2015-02-04 13:39:32 PST
Landed in
r179627
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug