Bug 191408
Summary: | [iOS] REGRESSION (r236935): Holding down arrow key does not cause repeated DOM keydown events on device | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | simon.fraser, thorton, webkit-bug-importer |
Priority: | P1 | Keywords: | InRadar, PlatformOnly, Regression |
Version: | WebKit Local Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 12 | ||
Bug Depends on: | 190345 | ||
Bug Blocks: |
Daniel Bates
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/45895135>