DescriptionResolve flickering the text selection when hitting culled inline.
Flickering is observed on text selection when hitting culled
inline, because culled inline doesn't get the right position
from RenderInline::positionForPoint for the selection.
This patch changes the condition to firstLineBox to
firstLineBoxIncludingCulling for culled inline.
BUG=460077
R=pdr@chromium.org
TEST=fast/events/drag-selects-culled-inlines.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190622
Patch Set 1 : #
Total comments: 6
Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Messages
Total messages: 16 (5 generated)
|