Unplanned
Last Updated: 19 Jan 2017 16:51 by Joe
ADMIN
Misho
Created on: 29 Apr 2016 06:59
Category: Editor
Type: Feature Request
2
Improve the Backspace behavior to delete empty paragraphs when Track Changes is enabled
http://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx

Use the following markup:

<p><ins author="RadEditorUser" command="Insert" timestamp="1461912623680" title="Inserted by RadEditorUser on 4/29/2016, 9:50:23 AM" class="reU0">Apple</ins></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><ins author="RadEditorUser" command="Insert" timestamp="1461912654319" title="Inserted by RadEditorUser on 4/29/2016, 9:50:54 AM" class="reU0">Banana</ins></p>

Place the cursor in front of Banana

Press backspace

Expected: The empty paragraph is deleted OR the empty paragraph deletion is tracked (leave the preferred behavior in the comments)

Actual: The last letter of the first paragraph is deleted
3 comments
Joe
Posted on: 19 Jan 2017 16:51
Expected: The empty paragraph is deleted OR the empty paragraph deletion is tracked (leave the preferred behavior in the comments)

This bug also applies to the "delete" key as well. We couldn't join paragraphs using the "delete" or "backspace" key. Looks like there is no way to join/merge paragraphs when the "track changes" is on.
Sunil
Posted on: 25 Aug 2016 08:06
It should be fixed as soon as possible
Joe
Posted on: 02 May 2016 15:30
Hope this bug will be fixed shortly. It has caused some usability issues to our users. Thx.