Bug 165036 - [Mac] In Legacy WebKit, pressing an arrow key in editable content doesn’t hide the mouse cursor
Summary: [Mac] In Legacy WebKit, pressing an arrow key in editable content doesn’t hid...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-22 18:51 PST by mitz
Modified: 2016-11-22 20:06 PST (History)
0 users

See Also:


Attachments
Hide the cusror when needed in -[WebHTMLView performKeyEquivalent:] (1.42 KB, patch)
2016-11-22 18:54 PST, mitz
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-11-22 18:51:23 PST
<rdar://problem/5708580>

While typing causes the mouse cursor to hide until the mouse is moved, pressing an arrow key doesn’t have the same effect.
Comment 1 mitz 2016-11-22 18:54:28 PST
Created attachment 295348 [details]
Hide the cusror when needed in -[WebHTMLView performKeyEquivalent:]
Comment 2 mitz 2016-11-22 20:06:19 PST
Fixed in <https://trac.webkit.org/r208969>.