Bug 95230
| Summary: | [GTK] Hide mouse pointer when entering text | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Christian Dywan <christian> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Minor | CC: | bugs-noreply, mcatanzaro, mrobinson, webkit-bugzilla |
| Priority: | P5 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| URL: | https://bugs.launchpad.net/midori/+bug/732883 | ||
Christian Dywan
Mouse pointer should hide when the user enters text into text input fields, just like GTK+ does with GtkEntry and GtkTextView widgets.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
I'm not sure this behavior should be a given. Perhaps it's more important to follow the approach of other browsers here.
Lionir
RESOLVED WONTFIX or do we actually want this?
Michael Catanzaro
I think it's a bug that we don't match GTK. There's no compatibility risk, so why not?
Michael Catanzaro
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.