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

editor works only in IE8 compatibility mode

2 Answers 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 19 Jan 2010, 12:10 PM
hi,

i am using a RadEditor in a Multipage with Tab control, located in a radwindow.
in IE8 there is a strange behaviour, that when you are typing, the cursor jumps to the first position of the editor and no text is displayed. when you switch to another tab, after switching back to the editor, the typed text is displayed.
it works properly in compatibility mode and in firefox.
there is a workaround, using a

<

 

meta http-equiv="X-UA-Compatible" content="IE=7" />  tag on the page, but thats not really an acceptable solution.

thanks for any suggestions.

peter

 

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Jan 2010, 12:59 PM
Hi Peter,

It is possible that you use an older version of RadEditor that is released before the official IE8 release.
Please ensure that you use the the latest available version 2009.3 1314 of RadControls for ASP.NET AJAX Q3 SP2 2009.

If you still experience this problem with the latest version, please, open a support ticket and send a sample working project that demonstrates it. I will examine the project and do my best to provide a solution.

All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Carrie
Top achievements
Rank 1
answered on 18 Mar 2011, 09:47 PM
I know this is an extremely old thread, but I ran into the same issue using Q1 2011 Rad Editor with IE8  The Rad Edtior was disabled / could not type in it, until I switched to HTML or preview mode then back to design mode.

Found out that having the following in my global CSS file was breaking the Rad Editor.

body {
position: relative !important;
}

Once that was removed, the Rad Editor worked correctly.

Carrie
Tags
Editor
Asked by
Peter
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Carrie
Top achievements
Rank 1
Share this question
or