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

Telerik RadEditor: paste html at cursor position from dialogs doesn't work.

1 Answer 71 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gianfranco
Top achievements
Rank 1
Gianfranco asked on 04 Dec 2014, 03:11 PM
After upgrading Telerik UI for ASP.NET Ajax from v2014.1.225.45 to v2014.3.1024.45, RadEditor has some problems on paste html from dialogs (both standard and custom) e.g. ImageManager, HyperLinkManager. Images and links are pasted at the top of document instead of cursor position. I'm using RadEditor on ToolbarMode="RibbonBar" and until now it has worked properly. It works on chrome and firefox but not in IE10. You can reproduce the same issue here: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx. Is possible to do something to solve?

I'm using:

 - Telerik.Web.UI 2014.3.1024.45
 - Telerik.Web.UI.Skins 2013.3.1024.45
 - Internet Explorer 10
 - RibbonBar ToolbarMode
 - Skin Metro

This is my editor:
            <telerik:RadEditor runat="server" ID="Editor" ExternalDialogsPath="~/RadEditor/EditorDialogs" 
                ToolbarMode="RibbonBar" ToolsFile="~/RadEditor/editorToolsFile.xml" ContentFilters="IndentHTMLContent"
                Width="100%" Height="680" EnableResize="false" BorderWidth="0" ImageManager-MaxUploadFileSize="1024000"
                NewLineMode="Br"> 
            </telerik:RadEditor>


1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 08 Dec 2014, 03:20 PM
Hello Gianfranco,

The described issue indeed is reproducible with the latest available version of the Telerik UI for ASP.NET AJAX.

After some further research I found that this issue is already fixed. The problem is related to the setFocus method which is currently improved. The resolution will be included in the upcoming official release of the suite (2014 Q3 SP1).

I suggest testing again with the online demo after the official release is live. If there are further concerns on the matter do not hesitate to write back.

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
Gianfranco
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or