RESOLVED FIXED 69553
Add WKPageContextMenuClient callback when context menu is dismissed
https://bugs.webkit.org/show_bug.cgi?id=69553
Summary Add WKPageContextMenuClient callback when context menu is dismissed
Jeff Miller
Reported 2011-10-06 13:06:42 PDT
Currently, WKPageContextMenuClient has a callback that's invoked when a custom context menu item is chosen. It would be nice to have a new callback that's always invoked when a context menu is dismissed (either when no item is selected, a non-custom item is selected, or a custom item is selected). This could allow clients to clean up any persistent state they may keep around during menu navigation to handle custom menu items.
Attachments
Patch (5.97 KB, patch)
2011-10-07 16:47 PDT, Jeff Miller
beidson: review+
Radar WebKit Bug Importer
Comment 1 2011-10-06 13:06:59 PDT
Jeff Miller
Comment 2 2011-10-07 16:47:59 PDT
Jeff Miller
Comment 3 2011-10-07 19:45:17 PDT
Note You need to log in before you can comment on or make changes to this bug.