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

Problem with some commands in IE11

4 Answers 82 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 11 Mar 2014, 02:32 PM
Hi,

In your online demo, do the following in IE11:
1. Set the cursor somewhere in the middle of the first block of text
2. Press the Bold button
3. Type some text
4. Unpress the bold button
5. Type some text
6. Repeat step 2-5 a few times

What happens is that sometimes the bold doesn't flip, if I was typing bold it continues with bold even if unchecking...
Can't reproduce this in the previous release, only in 2014 Q1!

Regards
Andreas

4 Answers, 1 is accepted

Sort by
0
Andreas
Top achievements
Rank 1
answered on 14 Mar 2014, 09:52 AM
Well, it is fixed in the latest internal build...
0
Misho
Telerik team
answered on 14 Mar 2014, 11:20 AM
Hi,

Thank you for bringing this issue to our attention. I've tested and am confirming the unwanted behavior is reproducible on our side as well in Internet Explorer. I've logged the issue in our Public Feedback Portal with ID 122881 where you could observe its status, comment and vote. We will do our best to resolve it as soon as we could. As
a temporarily workaround you could bring back the old behavior of the inline commands as it is described in the following help article:
http://www.telerik.com/help/aspnet-ajax/editor-inline-and-block-commands-behavior-change.html
You need to reference the LegacyInlineCommands.js script file which resides in  Telerik.Web.UI.Editor.RadEditor.Commands namespace,
This could be achieved using the following code:

<asp:ScriptManager runat="server" ID="ScriptManager1"></asp:ScriptManager>
<script type="text/javascript" src="<%= Page.ClientScript.GetWebResourceUrl(typeof(RadEditor), "Telerik.Web.UI.Editor.RadEditor.Commands.LegacyInlineCommands.js") %>"></script>

As a small token a gratitude for your report I'm updating your account with 500 Telerik points.


Regards,
Misho
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
niteshkumar
Top achievements
Rank 1
answered on 25 Jul 2014, 10:14 AM


I am working on Telerik RadEditor control but it is not working in IE11 although it is working fine in IE8.
Below tag, I am using to work with IE9 and IE10 and It works

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

But, When I use IE11 then RadEditor is not showing in proper format.

Namespace="Telerik.WebControls" Assembly="RadEditor.Net2"

Can someone tell me, what is the problem with IE11and how to rectify this.

0
Ianko
Telerik team
answered on 28 Jul 2014, 06:16 AM
Hi Niteshkumar,

From the provided description I can see that you are using the RadEditor.Net2 assembly which is the Classic RadEditor control. The classic controls' support is discontinued, due to the retired support of .NET 2.0 controls. Therefore there is no available approach for you to use them in modern browsers.

It is recommended to upgrade to the fully supported Telerik UI for ASP.NET AJAX suite, with which you will be able to migrate the Classic RadEditor to the RadEditor control for ASP.NET AJAX.

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