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 Online

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

#106291 Advanced table properties not saved

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 NJK on Monday, 11 January 2021 20:36 GMT

NJK
Hello,

Many of the settings in the Advanced tab in the Table properties screens are not being saved, this includes Border width, style and colour.

Tested using JCE versions 2.9.1 and 2.9.2 RC9.

Joomla 3.9.23, PHP 7.4.

Ryan
After adding the style, if you click the Code tab, can you see the border values in the style attribute on the table tag? eg:

<table style="width: 557px; height: 235px; border: 1px solid #000000;">
	<tbody>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
		<tr>
			<td> </td>
			<td> </td>
		</tr>
	</tbody>
</table>

Ryan Demmer

Lead Developer / CEO / CTO

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

NJK
No.

That is, I see that it's working on ONE of our sites, so could this be a setting somewhere? The software should be (at least almost) the same. Just say the word if you want admin access.

NJK
I've found the setting!

Editor Global Configuration, Doctype = HTML4 triggers the bug.

Set to Mixed or HTML5 it's working.

Ryan
Mixed is recommended for most uses as this gives you all the standard HTML5 and HTML4 tags and attributes.

Ryan Demmer

Lead Developer / CEO / CTO

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

NJK
As far as I know we haven't changed this setting, and one of our local editors claims that it used to work earlier on. But if it's "a feature and not a bug", then maybe these advanced options should be greyed out when they're not working? 😉

Anyway, we're happy now that it's ok. 🙂