WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
118710
Dirty line boxes when moving list marker from another block
https://bugs.webkit.org/show_bug.cgi?id=118710
Summary
Dirty line boxes when moving list marker from another block
Ryosuke Niwa
Reported
2013-07-15 21:36:00 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/cb5552c1c914de3c57d21256245219db73234e48
RenderListItem::updateMarkerLocation can move a list marker from one block to another, but it simply called remove without dirtying the line boxes it may have been in. When the marker is being moved to another block, specifically call dirtyLinesFromChangedChild to avoid this.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-09-20 04:28:50 PDT
I think this is already renamed:
https://github.com/WebKit/WebKit/blob/835b3f86b66bb2f7c66045c353a458a60d43800f/Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp#L110
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