[Webkit-unassigned] [Bug 219599] OnPaste only fires if element is clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 8 04:28:22 PST 2020


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

--- Comment #4 from Jimmy Thomsen <jimmy at codemagic.dk> ---
Programmatically invoking cut/copy/paste does not trigger the events either, nor does it modify the clipboard (unless clicking on the focusable element first).

document.execCommand("cut");
document.execCommand("copy");
document.execCommand("paste");

-- 
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/20201208/3de38036/attachment.htm>


More information about the webkit-unassigned mailing list