DescriptionDirty line boxes correctly when a float gets layout
Using dirtyLinesFromChangedChild() was the wrong choice in
https://codereview.chromium.org/1167543008 as it can dirty the
lineboxes of descendants and ancestors. We're only interested
in dirtying the lineboxes of the current parent as it is
only to one of them we will possibly attach the float.
I have more to do here to understand why I'm not getting a
height on the span in my new test, but this successfully
addresses the assert in bug 510703 and seems obviously more
correct than what I currently have.
BUG=510703
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201025
Patch Set 1 #
Total comments: 1
Depends on Patchset: Messages
Total messages: 6 (2 generated)
|