Suppress magnifier when input is not focused
When the input is not focused but if you swipe horizontally on the input element, we still try to show the magnifier. This gesture seems to be silently ignored and it does not actually focus and move the cursor, but we still trigger the magnifier. This can be suppressed by checking the actual selection rect. Bug: 1134492 Change-Id: I47214d6d1c9610258dba5b7c162781a9c60f4258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522571Reviewed-by:Bo <boliu@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824726}
Showing
Please register or sign in to comment