DescriptionFix for Insertion Handle disappearing
In RWHVA::SelectionBoundsChanged, there is a check
for anchor_rect x and y not being 0. Due to this, whenever
the cursor reaches 0 position (either left or top), it
triggers HideAndDisallowShowAutomatically.
This causes the insertion handle not to be shown on
scroll end. Restricting this condition to only check for
the origin minimizes the likelihood of the issue.
BUG=414020
Committed: https://crrev.com/057d93c5bc7798ea1343ed6698166bfb5d359344
Cr-Commit-Position: refs/heads/master@{#295009}
Patch Set 1 #
Total comments: 2
Patch Set 2 : changed according to review comments #Messages
Total messages: 12 (3 generated)
|