Rich Text editor LF/CR issues

When using the rich text editor, embedding a video/image seems to "lose" the CR/LF (either? both?) after the picture, such that:
Code:
blah blah
[pic/vid]
blah blah
Becomes
Code:
blah blah
[pic/vid]blah blah
Also while editing if I only have one character remaining on a line, and I delete it, the expected behavior is for the letter to be deleted and for the cursor to remain on the (now empty) line, but instead deleting a character solo on a line results in the letter being deleted AND the cursor backing up to the end of the previous line with one single keypress.

--Patrick
 
Top