Completed
Last Updated: 17 Jan 2022 13:07 by ADMIN
ADMIN
Ianko
Created on: 10 Dec 2015 07:26
Category: Editor
Type: Bug Report
1
Pasting fails when selection is collapsed from an empty paragraph to the end of a paragraph with text
The exact steps to reproduce are:

1. Use RadEditor in http://localdemos.telerik.com/aspnet-ajax-dev/editor/examples/overview/defaultcs.aspx
2. Add this HTML:
        <p>start</p>
        <p>&nbsp;</p>
        <p>end</p>

3. Go to Design;
4. Select from the empty paragraph (<p>&nbsp;</p>) to the end of text (<p>end</p>);
5. Copy via Ctrl+C;
6. Try to paste at the end of the "end" paragraph.
1 comment
ADMIN
Rumen
Posted on: 17 Jan 2022 13:06

A possible solution is to set the StripFormattingOptions property to NoneSupressCleanMessage. You can test it at https://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx