Hi there
we've detected different behaviours within the editor using different browsers.
Example for reproducing
1. Go to "http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx"
2. Choose new Lines as: Paragraphs
3. Change to the HTML view and remove the existing content.
4. Type in this <div>Hello</div>
5. Change back to the Design view
6. Press enter after the word "Hello" and type in "World"
7. Change to HTML view
The generated html in Firefox is formated like this (this is our preferred code)
<div>
<p>Hello</p>
<p>World</p>
</div>
The generated html in IE and Opera is formated like this
<div>Hello</div>
<div>World</div>
The generated html in Safari is formated like this
<p>Hello</p>
<p>World</p
Thanks
Uwe
we've detected different behaviours within the editor using different browsers.
Example for reproducing
1. Go to "http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx"
2. Choose new Lines as: Paragraphs
3. Change to the HTML view and remove the existing content.
4. Type in this <div>Hello</div>
5. Change back to the Design view
6. Press enter after the word "Hello" and type in "World"
7. Change to HTML view
The generated html in Firefox is formated like this (this is our preferred code)
<div>
<p>Hello</p>
<p>World</p>
</div>
The generated html in IE and Opera is formated like this
<div>Hello</div>
<div>World</div>
The generated html in Safari is formated like this
<p>Hello</p>
<p>World</p
Thanks
Uwe