Chromium Code Reviews
DescriptionOnly autohide the cursor when we are on a text entry field.
Previously we autohid the cursor whenever a keydown occurred. But this
presents issues for pages that don't want the cursor auto hidden but still
receive key events. Instead we are going to autohide the cursor when
there is a text input type set; which means the focus is inside a text
input entry field. The cursor will no longer autohide if you are scrolling
via the arrow keys but this seems like a reasonable tradeoff.
BUG=713202
Review-Url: https://codereview.chromium.org/2839813002
Cr-Commit-Position: refs/heads/master@{#467012}
Committed: https://chromium.googlesource.com/chromium/src/+/32e2eec87fcd9c791791f4e67c76a85eab7f9ed8
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|
|||||||||||||||||||