You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#99205 Link deleted when "DEL" is pressed

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by GFCOM on Tuesday, 09 April 2019 17:03 BST

GFCOM
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

Attachments

GFCOM
The bug is not only present with link and bold text, when I have a texte like this

<p>This is a sample blog posting.</p>
<p>If you log in <br />
to the site (the Author Login link is on the <br />
very bottom of this page) <br />
you will be able to edit it <br />
and all of the other existing articles. <br />
You will also be able to create a new article and make other changes to the site.</p>
If my cursor is at the end of the first paragraphe (<p>This is a sample blog posting.</p> ) and press DEL to merge the two paragraphes the code become

<p>This is a sample blog posting.If you log in to the site (the Author Login link is on the very bottom of this page) you will be able to edit it and all of the other existing articles. You will also be able to create a new article and make other changes to the site.</p>
Every <br/> tags are removed

Ryan
Please try JCE Pro 2.7.8 RC1 - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

GFCOM
Hello Ryan,

The issue seems fixed in the JCE Pro 2.7.8 RC1 on test site.

Thanks !

I'll wait the official release to deploy to my 2xx websites ;)