DescriptionBlock selection gaps are not invalidated
https://codereview.chromium.org/620553009 moved
the selection to invalidate-after-compositing-updates,
except that it lied and we still do some invalidations
on the spot. This is needed as we don't store the old
selection information so we can't generate the old
selection invalidation rect later.
This change just generates the invalidation on the spot
for block selection gaps (like we do for normal selection).
The long-term fix will be to store the old rect but it requires
more thoughts and we need some quick fix for this nasty issue.
BUG=421380
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183890
Patch Set 1 #Patch Set 2 : Added a TestExpectation for the new test. #
Messages
Total messages: 10 (4 generated)
|