[Webkit-unassigned] [Bug 203414] Changing DOM in "touchstart" event handler prevent "click" event propagation. New in Safari 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 11:58:53 PST 2019


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

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bfulgham at webkit.org
         Resolution|---                         |INVALID

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
This is correct behavior. You are creating a new and clickable element on touch. This is a common pattern for hover menus and other web content that expect event propagation to stop so that the user can select from the new options provided.

We cannot proceed with a click in this case because it would break large amounts of existing content for touch devices.

-- 
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/20191104/3bcb54da/attachment-0001.htm>


More information about the webkit-unassigned mailing list