Completed
Last Updated: 25 Jul 2017 15:53 by Paul
ADMIN
Ianko
Created on: 17 Jul 2014 11:51
Category: Editor
Type: Bug Report
1
Paste tool should alert a message to use shortcuts under Firefox and Chrome
Clipboard operations are restricted in these browsers and when the paste tool is used nothing is happening. An alert should show up just like the Copy and Cut tools are designed.

A possible workaround is using the same functionality as the Cut command by incorporating the following JavaScript line of code

<telerik:RadEditor ID="RadEditor1" runat="server">
</telerik:RadEditor>

 <script type="text/javascript">
 	Telerik.Web.UI.Editor.CommandList["Paste"] = Telerik.Web.UI.Editor.CommandList["Cut"];
</script>
1 comment
Paul
Posted on: 25 Jul 2017 15:53
I've not had time to test the workaround as yet.  But I am not too sure how setting Paste = Cut would work - they are 2 different operations, no?

Has a fix been made to this as I am suspecting our QA are about to raise a defect for this.

Thanks

Paul