Bug 202499 - [iOS] Re-use the node found for generating a context menu's targeted preview when performing a context menu action
Summary: [iOS] Re-use the node found for generating a context menu's targeted preview ...
Status: RESOLVED DUPLICATE of bug 202510
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-02 15:53 PDT by Andy Estes
Modified: 2019-10-03 01:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2019-10-02 15:53:17 PDT
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.
Comment 1 Andy Estes 2019-10-03 01:09:55 PDT

*** This bug has been marked as a duplicate of bug 202510 ***