NEW 95230
[GTK] Hide mouse pointer when entering text
https://bugs.webkit.org/show_bug.cgi?id=95230
Summary [GTK] Hide mouse pointer when entering text
Christian Dywan
Reported 2012-08-28 12:28:58 PDT
Mouse pointer should hide when the user enters text into text input fields, just like GTK+ does with GtkEntry and GtkTextView widgets.
Attachments
Martin Robinson
Comment 1 2012-08-30 10:02:10 PDT
I'm not sure this behavior should be a given. Perhaps it's more important to follow the approach of other browsers here.
Lionir
Comment 2 2019-05-17 14:41:00 PDT
RESOLVED WONTFIX or do we actually want this?
Michael Catanzaro
Comment 3 2019-05-17 15:09:56 PDT
I think it's a bug that we don't match GTK. There's no compatibility risk, so why not?
Michael Catanzaro
Comment 4 2019-05-17 15:16:36 PDT
Note the cursor should only be hidden if it's actually within the bounds of the text area that has input focus, and only after a key has been pressed.
Note You need to log in before you can comment on or make changes to this bug.