This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebView] Hide PopupWindow-based selection handles on scroll
Restore the previous behavior of hiding the PopupWindow-based text selection handles on scroll. Note that such hiding applies when the content is scrolling as well as when the containing View is moving. Also avoid sync barrier issues by deferring invalidations relating to visibility and position updates of the PopupWindow. BUG=423120 Review URL: https://codereview.chromium.org/657593003 Cr-Commit-Position: refs/heads/master@{#300114}
- Loading branch information
jdduke
authored and
Commit bot
committed
Oct 17, 2014
1 parent
c7d6272
commit 4a73ea3
Showing
2 changed files
with
128 additions
and
23 deletions.
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