[Webkit-unassigned] [Bug 228274] navigator.clipboard.read is not working context menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 07:38:52 PDT 2021


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

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wenson_hsieh at apple.com

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
I'm guessing what's happening here is that right click presents a context menu on macOS, which causes the context menu we present for granting programmatic paste access (i.e. a menu with a single Paste menu item in it) to dismiss immediately. This results in the promise being rejected right away :/

We probably need both to coexist somehow.

-- 
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/20210726/ffcdf30d/attachment.htm>


More information about the webkit-unassigned mailing list