Dear Telerik,
We're facing 2 problems that can be reproduced on your demo site: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
A. Delete All in Chrome keeps HTML Tags
1) Open the above demo page Using IE (Internet Explorer 8)
2) Select all text found in the memo with Ctrl-A or through the Context menu
3) Press Delete to delete All
4) Click on the HTML view, you'll see NO HTML left
5) Repeat the above in Goggle Chrome (latest version 5.something)
6) Click on the HTML view, you'll see some HTML left:
B. New Lines as Paragraphs in Chrome Generates <br /> tags
1) Open the above demo page Using IE (Internet Explorer 8)
2) Select all text found in the memo with Ctrl-A or through the Context menu
3) Press Delete to delete All
4) Click on the Design view
5) Select New Lines as Paragraphs option on the side
4) Type 1 then press Enter 2 times then type 2
5) Click the Html view, you'll see:
6) Now Repeat the above in Goggle Chrome
7) Click on the HTML view, you'll see some HTML left, delete it, so you start with an empty editor
8) Click on the Design view
9) Select New Lines as Paragraphs option on the side
10) Type 1 then press Enter 2 times then type 2
11) Click the Html view, you'll see:
The above 2 problems ares causing us some troubles because of the different behaviour between IE and Chrome.
Please advise on how to solve them.
Regards,
Salah A. Malaeb
TeknoBuild
We're facing 2 problems that can be reproduced on your demo site: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
A. Delete All in Chrome keeps HTML Tags
1) Open the above demo page Using IE (Internet Explorer 8)
2) Select all text found in the memo with Ctrl-A or through the Context menu
3) Press Delete to delete All
4) Click on the HTML view, you'll see NO HTML left
5) Repeat the above in Goggle Chrome (latest version 5.something)
6) Click on the HTML view, you'll see some HTML left:
<div style="text-align: center;"><br /> |
<br /> |
</div> |
B. New Lines as Paragraphs in Chrome Generates <br /> tags
1) Open the above demo page Using IE (Internet Explorer 8)
2) Select all text found in the memo with Ctrl-A or through the Context menu
3) Press Delete to delete All
4) Click on the Design view
5) Select New Lines as Paragraphs option on the side
4) Type 1 then press Enter 2 times then type 2
5) Click the Html view, you'll see:
<p>1</p> |
<p> </p> |
<p>2</p> |
7) Click on the HTML view, you'll see some HTML left, delete it, so you start with an empty editor
8) Click on the Design view
9) Select New Lines as Paragraphs option on the side
10) Type 1 then press Enter 2 times then type 2
11) Click the Html view, you'll see:
<p>1</p> |
<p><br /> |
</p> |
<p>2</p> |
Please advise on how to solve them.
Regards,
Salah A. Malaeb
TeknoBuild