Comment #19 on issue 18030 by su...@chromium.org: Implement Cut, Copy and Paste from Page menu
http://code.google.com/p/chromium/issues/detail?id=18030

Enabling/disabling these menu items properly is not trivial. In order to do that, we need the editor's status of current selection, which may need a new ViewHostMsg. See
WebCore::Editor::canCut/Copy/Paste methods.

And for Paste command, we also need to know if the clipboard contains any content that
can be pasted into the current node, which is also not trivial on Linux.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to