RESOLVED FIXED 44956
Paginate block-level replaced elements
https://bugs.webkit.org/show_bug.cgi?id=44956
Summary Paginate block-level replaced elements
Dave Hyatt
Reported 2010-08-31 08:51:05 PDT
This is filed as <rdar://problem/8000991> Images with display:block get split between columns or pages. Make sure block-level replaced elements don't get split between multiple pages.
Attachments
Patch (64.15 KB, patch)
2010-08-31 09:05 PDT, Dave Hyatt
aroben: review+
Dave Hyatt
Comment 1 2010-08-31 09:05:44 PDT
Adam Roben (:aroben)
Comment 2 2010-08-31 09:09:59 PDT
Comment on attachment 66060 [details] Patch > WebCore/rendering/RenderBlock.cpp:2109 > + RenderView* v = view(); I think "view" would be a better variable name (you'll have to initialize it using this->view() to avoid conflicts). r=me
Dave Hyatt
Comment 3 2010-08-31 09:30:49 PDT
FIxed in r66492.
Note You need to log in before you can comment on or make changes to this bug.