Hello,
There is an issue with paragraphes, links and bold text.
If I write a text with a bold text in a paragraphe (like this) :
<p><b>This is a bold text in a paragraphe</b></p>
<p>This is another text and <a href="https://www.joomlacontenteditor.net/#">this is a link</a></p>
And try to merge the two paragraphes in a single paragraphe with a line break (SHIFT + ENTER) : placing cursor at the end of the first paragraphe and "DEL" to merge two paragraphes (like this should be)
<p><b>This is a bold text in a paragraphe</b><br/>This is another text and <a href="https://www.joomlacontenteditor.net/#">this is a link</a></p>
The link is deleted (see : after del.JPG)
<p><b>This is a bold text in a paragraphe</b>This is another text and</p>
Tested on JCE 2.7.7 on my websites and on the demo website
I don't know if I'm clear, but the problem is easy to reproduce :)
Regards