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

RadEditor: why old "HTML" takes the input from "Preview", not the new "Content"?

2 Answers 69 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Stanley
Top achievements
Rank 1
Stanley asked on 23 Oct 2011, 03:43 PM
This is the old sample, it works for me: 
http://demos.telerik.com/aspnet-classic/controls/examples/integration/aspnetajax/autosaveradeditor/defaultCS.aspx
    
Here are my steps
  1. In "Design View", I insert a "Textbox".
  2. Swith to "Preview", click the newly add Textarea, typein "abc".
  3. Swith to "Html" view, I can see my input was taken - it was changed to <INPUT style="WIDTH: 100px; HEIGHT: 22px" value=abc>


I tried same steps for the new sample, but I can not see "value=abc" added:
http://demos.telerik.com/aspnet-ajax/editor/examples/autosave/defaultcs.aspx

Please point to me what I missed (or it is a bug?), thanks for your help!

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Oct 2011, 09:26 AM
Hi Stanley,

This is a browser related behavior which appeared in IE9. RadEditor Classic does not support the modern browsers and its demos run in IE7 standards document mode and for this reason the behavior does not exist.

To fix the problem put one of the following meta tags in the head of the page with RadEditor for ASP.NET AJAX:

<meta http-equiv=X-UA-Compatible content=IE=7>

or

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

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
Stanley
Top achievements
Rank 1
answered on 10 Nov 2011, 05:31 PM
Thanks!
Tags
Editor
Asked by
Stanley
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Stanley
Top achievements
Rank 1
Share this question
or