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.

#112278 Links in tables are brweaking when saving article (frontend)

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 woodyf4u on Friday, 11 November 2022 10:15 GMT

woodyf4u
For some time now, saving an article with a table no longer works. In the table I place an image and I link an pdf or mp3 file to it. If I do that in the backend it works fine. But if I do that in the frontend, the link breaks. This is what can be seen in the relevant cell when I view the article online:

a href="https://www.joomlacontenteditor.net/images/oefenen/oefenbestanden/2023_-_Joseph_Jongen_en_Arvo_Pärt/Pärt_-_Da_pacem_Domine/Part_-_Da_pacem_Domine_-_tekst.pdf" ">" " " " ">">">"
You can see it in theexample in the attachment. What could be wrong? And how could I solve that?

Attachments

Ryan
If I do that in the backend it works fine.
But if I do that in the frontend, the link breaks.


Is this the same user in the front-end as the back-end?

Ryan Demmer

Lead Developer / CEO / CTO

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

woodyf4u
No it's not the same user.
In the backend I have been logged in as Super Admin and in the frontend as frontend editor.

The strange thing is that I didn't change the permissions for that frontend user group and it worked fine for a long time

Today I logged into the frontend with the SU account.
And with that I can adjust the table well.

I just wouldn't know why the frontend user can't do that.

The frontend permissions are now set to Editor not Publisher.
Could that still have nothing to do with it?
I'm going to test with it early next week.

Ryan
I think this is caused by the Joomla Text Filter. I have seen a number of reports recently where HTML that contains UTF-8 characters is being mangled by the Joomla Text Filter when saving content.

Your Super User probably has the Filter Type option in System -> Global Configuration -> Text Filters set to No Filtering, so the content is not being filtered on saving, whereas the font-end usergroup Filter Type option is set to Default Forbidden List, so the content is filtered. This appears to be a bug in Joomla 4.2

Ryan Demmer

Lead Developer / CEO / CTO

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

woodyf4u
Hi Ryan,
Thank you for your support.
Indeed, Text filter was set to Default for that group.
I believe it has worked in the past.
But maybe that was just Joomla 3.

I have now also set the Text filter to None for this user group.
And with that the problem is solved.