[Webkit-unassigned] [Bug 182521] REGRESSION (iOS 11.3 beta): touchmove preventDefault() no longer respected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 13:43:28 PST 2018


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

Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Dean Jackson <dino at apple.com> ---
This is now correct behaviour. touchstart and touchmove event listeners on body, document and window are now passive by default, which means they cannot preventDefault.

In order to actually preventDefault from those listeners, you need to explicitly put {passive:false} as an option in addEventListener.

-- 
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/20180206/b7e27395/attachment.html>


More information about the webkit-unassigned mailing list