[Webkit-unassigned] [Bug 202499] New: [iOS] Re-use the node found for generating a context menu's targeted preview when performing a context menu action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 2 15:53:17 PDT 2019


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

            Bug ID: 202499
           Summary: [iOS] Re-use the node found for generating a context
                    menu's targeted preview when performing a context menu
                    action
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aestes at apple.com

Currently we hit test two times during a context menu interaction: once to generate the targeted preview and once to preform the user's selected action. If these hit-tests return different nodes (because perhaps the page changed in the time between the two hit tests) then we can end up with weird bugs like failing to perform the action or performing the action on the wrong element.

-- 
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/20191002/49b03b0b/attachment.html>


More information about the webkit-unassigned mailing list