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.

#106935 Removing class from table row not working

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 martin.kalina on Thursday, 25 February 2021 13:55 GMT

martin.kalina
Hi,

I found a little bug. I am not able to remove class from <tr> attribute using editor mode. Of course it can be done in html, but it is not solution for me.

Bug simulation:
  1. Create table (using button "Insert table"), 3 x 3 for example
  2. Click to second row and after that click on button "Table row properties"
  3. Go to Advanced tab and write "test" to Classes, then click to "Update" button
  4. Now we can switch to html and we can see <tr class="test"> on second row. That is perfect.
  5. Back to the Editor mode and click to second row again. Click on "Table row properties" button again.
  6. On Advanced tab we can see "test" class.
  7. Now the bug! - Removing the class and click on Update button doesn't remove the class properly. You can still see in Code mode <tr class="test">.


Can u please resolve this?

Thank you
BR,
Filip

Ryan
This is fixed in JCE Pro 2.9.3 - https://www.joomlacontenteditor.net/downloads/editor/pro/latest

Ryan Demmer

Lead Developer / CEO / CTO

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

martin.kalina
Perfect, thank you.