forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent taps from suppressing selection handle updates
A recent change made selection handle activation more strict, preventing tap gestures from showing the handles. This inadvertently caused an issue where tapping during a selection would prevent subsequent selection handle updates. Fix this by only suppressing selection handle activation after a tap if there's no active selection. BUG=486045 Review URL: https://codereview.chromium.org/1135813002 Cr-Commit-Position: refs/heads/master@{#328995}
- Loading branch information
jdduke
authored and
Commit bot
committed
May 8, 2015
1 parent
b3dadfc
commit 11d7eac
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters