Bug 191408 - [iOS] REGRESSION (r236935): Holding down arrow key does not cause repeated DOM keydown events on device
Summary: [iOS] REGRESSION (r236935): Holding down arrow key does not cause repeated DO...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 12
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly, Regression
Depends on: 190345
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-07 16:57 PST by Daniel Bates
Modified: 2018-11-07 16:58 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2018-11-07 16:57:14 PST
This regressed in <https://trac.webkit.org/changeset/236935> (bug #190345) on device. This does not effect the simulator (why?). Holding down an arrow key, say down arrow, outside an editable element does not cause repeated DOM keydown events to be dispatched.

You can observe this by using the web page <https://unixpapa.com/js/testkey.html> and pressing and holding the down arrow. I see a single keydown event and a single keyup event. But you should see multiple keydown events and a single keyup events.
Comment 1 Radar WebKit Bug Importer 2018-11-07 16:57:35 PST
<rdar://problem/45895135>