[Webkit-unassigned] [Bug 173838] New: [iOS DnD] [WK2] Beginning a drag session should prevent clicking via long press

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 26 09:55:56 PDT 2017


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

            Bug ID: 173838
           Summary: [iOS DnD] [WK2] Beginning a drag session should
                    prevent clicking via long press
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

After r218579, WebKit no longer attempts to replace out-of-the-box UIKit long-press/drag lift disambiguation by firing events immediately. However, this means that dragging will defer the highlight long press gesture recognizer until dragging ends rather than cancel it immediately, which causes WKContentView to dispatch a synthetic click immediately upon lift. To fix this, we should bail out of the highlight long press gesture when beginning a drag.

-- 
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/20170626/816e7589/attachment.html>


More information about the webkit-unassigned mailing list