Creating a 3 column table and not putting any values in the first column before first save. All empty cells disappear. Lost a whole column + 3 last cells in third column. Can insert new column, but no easy way to insert new cells in other places.
Solved this by putting a space in each cell. But it's irritating when you know how many rows/columns you need but you don't have all the data in place on first save.
And it didn't work like this in previous version.
Anyone know som config or setup trick to avoid the problem?
Table behaviour in TinyMCE Umbraco v 4.0.1
Creating a 3 column table and not putting any values in the first column before first save. All empty cells disappear. Lost a whole column + 3 last cells in third column. Can insert new column, but no easy way to insert new cells in other places.
Solved this by putting a space in each cell. But it's irritating when you know how many rows/columns you need but you don't have all the data in place on first save.
And it didn't work like this in previous version.
Anyone know som config or setup trick to avoid the problem?
don't have a solution, but a client just complained about the same exact issue... posting because i too am interested.
Hi,
Just had the same problem. To solve it:
The minus tells tinyMCE to remove empty tags and the hash sign tells it to put a space in there instead.
You can read more here http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements#Control_characters:
Sweet, thanks for sharing. Nylund, please mark this as the answer.
Thanks,
Nik
Hi Bjørn Fridal. It was very helpful. Working as it should be.
BR, Dmitriy
is working on a reply...