[Webkit-unassigned] [Bug 199658] New: calling event.preventDefault() on touchforcechange events prevents scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 22:59:09 PDT 2019


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

            Bug ID: 199658
           Summary: calling event.preventDefault() on touchforcechange
                    events prevents scrolling
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: iOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alexreardon at gmail.com

Calling `event.preventDefault()` on `touchforcechange` opts out of native scrolling. It also opts out of click events.

Example: https://codesandbox.io/s/touch-events-fspff

My understanding is that this is not correct. I would think that `event.preventDefault()` on a `touchforcechange` event should only prevent the default forcechange action from occurring, and not other actions

-- 
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/20190710/eae63f8d/attachment.html>


More information about the webkit-unassigned mailing list