On Mozilla 3.0.15 with the latest version of radEditor, after typing 3 lines each with an empty line in between (total of 5 lines), if there is a backspace at the start of the 3rd line, the expected behavior is to remove the second line (empty line), but instead both empty lines (2nd and 4th) are removed.
ex.
L1
L2
L3
expected result is:
L1
L2
L3
instead we get:
L1
L2
L3
you can recreate this scenario by pasting the lines bellow, on your demo http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx (remove the current text and paste in HTML mode), go to design mode and position the cursor before t2 then hit backspace, you will see that the 2nd and 4th line will be removed, I would like to know if there is any work around, I suspect that there might be a Regular expression that needs a little adjustment. Please advice on possible work around/fix. Thanks
<p style="" quad="L" br="false">t1</p>
<br /><p style="" quad="L" br="false">t2</p>
<br /><p style="" quad="L" br="false">t3</p>
ex.
L1
L2
L3
expected result is:
L1
L2
L3
instead we get:
L1
L2
L3
you can recreate this scenario by pasting the lines bellow, on your demo http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx (remove the current text and paste in HTML mode), go to design mode and position the cursor before t2 then hit backspace, you will see that the 2nd and 4th line will be removed, I would like to know if there is any work around, I suspect that there might be a Regular expression that needs a little adjustment. Please advice on possible work around/fix. Thanks
<p style="" quad="L" br="false">t1</p>
<br /><p style="" quad="L" br="false">t2</p>
<br /><p style="" quad="L" br="false">t3</p>
