Chrome browser, Web html editor right click and paste giving error that - Feature is not supported in your browser. This issue is there with both version no. 18.1.20181.23 and 19.1.20191.115
Thank you very much for your question!
puzzle jigsaw
Hello Sean,
I will inform our engineering team about your suggestion.
Thank you for your taking the time to convey your feedback.
I'm curious if the control can be updated to take advantage of the async clipboard API introduced in Chrome 66. See here for some details: https://developers.google.com/web/updates/2018/03/clipboardapi
Hello,
To remove the paste icon on the toolbar, you can call the Remove method on the toolbar items collection in the code-behind. My suggestion is to take a look at the following page in our documentation.
To remove the context menu, you can set the RightClickBehavior property of WebHtmlEditor to WindowsMenu. This way the browser's native context menu will be shown instead, and the paste functionality will work.
I have created and attached a sample illustrating the desired behavior.
1200.Sample.zip
Is there a work around to for this issue !! This looks very silly to have a option in place, which does not work in certain browser. I would like this control to hide cut, copy and paste options instead.