[Webkit-unassigned] [Bug 185001] Click events on outer page are not being dispatched correctly after touch-zooming within an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 01:04:32 PDT 2019


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

--- Comment #15 from Andy Estes <aestes at apple.com> ---
That false assumption causes this bug because we set m_potentialTapSecurityOrigin when a touch event is a potential tap, but never clear it until a potential tap in the WebPage sense either commits or cancels.

I think we can fix this by clearing m_potentialTapSecurityOrigin each time we see a new touch start event.

-- 
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/20190604/36846a15/attachment.html>


More information about the webkit-unassigned mailing list