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

Rad Editor Breaks html tags in IE

1 Answer 14 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 27 Oct 2011, 03:24 PM
Some mobile device has special markup without HTML standard markup.
For example, <xyz>aaaa</xyz>

In the Internet explorer browser:
  1. switch to "HTML mode" of the Editor
  2. Add "<xyz>aaaa</xyz>"
  3. switch to design mode and back to html mode

You can see "<xyz/>aaaa" instead of  <xyz>aaaa</xyz>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Oct 2011, 09:10 AM
Hi Ivan,

Please, note that RadEditor is an XHTML/HTML editor but not XML editor. xyx is a custom XML tag and it is a requirement to provide a namespace for it as explained in this MSDN article: Using Custom Tags in Internet Explorer.

<my:xyz>aaaa</my:xyz>




Best wishes,
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
Tags
Editor
Asked by
Ivan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or