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

iPad Safari - Paste into RadEditor Not Working

4 Answers 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 31 Aug 2012, 07:45 PM
Seems like whn you copy something in the iPad Safari browser and try to paste it into the RadEditor it does not work? Even if you click the ToolBar Paste button it does not work. Is there a work around?

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Sep 2012, 08:29 AM
Hello,

Set the ContentAreaMode property to "Div", touch the content area for a few seconds and choose the Paste option to paste the copied content?

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Christian
Top achievements
Rank 1
answered on 25 Aug 2014, 10:27 AM
Hello,
I've got the same problem and even if i set ContentAreaMode property to "Div" is not working. On the other hand, SOME of my radEditors are working with "Iframe", but others are not.
This is an example:

1. <telerik:RadEditor ID="txtNotes" runat="server" EditModes="Design" Width="290px"
                                Height="150px" ToolsFile="res/xml/PendingToolbarTools.xml" ContentAreaMode="Iframe"
                                NewLineMode="Div" EnableTrackChanges="false" />                   










0
Christian
Top achievements
Rank 1
answered on 25 Aug 2014, 10:29 AM
This one above, is working.. but this :
2. <telerik:RadEditor ID="txtNotes" runat="server" EditModes="Design" Width="500" Height="250"
                    ToolsFile="res/xml/PendingToolbarTools.xml" EnableTextareaMode="True" EnableTrackChanges="false"
                    ContentAreaMode="Iframe" /> 
Is not working no matter if i set "Iframe" or "Div" to COntentAreaMode. 
I am touching display for few seconds and nothing is appear, sometimes appears "Select,Select All"(radEditor is empty) and if i press Select then "Paste" is appearing. 
0
Ianko
Telerik team
answered on 26 Aug 2014, 03:48 PM
Hello Christian,

Note that the mentioned context menu on holding the tap on the content area is a functionality provided by the device's browser and it is not somehow related to RadEditor logic.

Due to that we are unable to control it or correct it via the RadEditor control.

On a side note, when it comes to touch devices it is always recommended to use the Div ContentAreaMode, due to native browser limitation regarding editable iframe elements.

Regards,
Ianko
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.

 
Tags
Editor
Asked by
Mark
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Christian
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or