[Webkit-unassigned] [Bug 191408] New: [iOS] REGRESSION (r236935): Holding down arrow key does not cause repeated DOM keydown events on device

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 16:57:14 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191408

            Bug ID: 191408
           Summary: [iOS] REGRESSION (r236935): Holding down arrow key
                    does not cause repeated DOM keydown events on device
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P1
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: simon.fraser at apple.com, thorton at apple.com,
                    webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181108/d66835df/attachment.html>


More information about the webkit-unassigned mailing list