This is a migrated thread and some comments may be shown as answers.

Issue while copying content from html and pasting to RadEditor control

2 Answers 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vijendar
Top achievements
Rank 1
vijendar asked on 16 Sep 2014, 10:08 AM
We have an application which uses a telerik Rad Editor control.

Issue: Copy and paste is working fine in desktop level but  not in tablet and ipad,kindly help fix the issue..

thank in advance.. 

2 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 19 Sep 2014, 07:17 AM
Hello Vijendar,

I have tried to copy/past text in RadEditor in iPAD in Chrome and Safari browsers but everything seems to be working fine on my side.

Can you ensure that you are using the latest official Telerik UI version - 2014.2.724? If this step, however, do not help can you tell us whether you reproduce the problem with our online demos and if so which is the demo and the actual steps of reproducing it? You can also tell us your environment settings (e.g., editor's setup, iPAD device, OS version, browser name and version).

Note also that unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla, Safari / Chrome and Opera rich text editor, so the corresponding buttons will not work. More information is available in this forum post.

Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Hossein
Top achievements
Rank 1
Iron
answered on 15 Mar 2016, 05:57 PM

I have go to the same issue and here how it fixed. I had ASP.NET Validator control in the page. After I put this line in the web.config the paste start working 

    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> 

Tags
General Discussions
Asked by
vijendar
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Hossein
Top achievements
Rank 1
Iron
Share this question
or