I've just installed TWiki 4.2.0 beta 1 and tried to edit some of my existing pages from older TWiki. I've set priority to Urgent as told in Blog for beta 1 tests.
First of all: The new editor looks very good! And it's also a good idea to have this editor as default editor.
But here my problem raises. Editing an old page with a table that has some column spans (double pipe sign without blanks) will leave this table rows be corrupted after saving with TMCE.
I also tried to edit the table again in TMCE and merge the cells again. After saving the page, the table looks good again. But editing it again in TMCE and saving the column span is lost again.
After that corruption I've looked into the raw text and have seen that the double pipe sign without blanks than has a blank inside after second save.
Here is a example table, created inside TMCE 2 rows, 2 cells. Then I've merged the first two cells.
| *the head line* ||
| a cell | another cell |
the head line |
a cell |
another cell |
For a test, just edit this page and save it in TMCE. The spanned head line will be then again only in the left cell. The result then looks like this:
| *the head line* | |
| a cell | another cell |
the head line |
|
a cell |
another cell |
--
TWiki:Main/StefanScherer
- 22 Sep 2007
You have no idea how much I
hate TWiki's way of handiling tables!
ex |
per |
iment |
exper |
iment |
expe |
riment |
|
exper |
iment |
Oh, joy. I faithfully reproduced TWiki's way of generating tables (after all this is supposed to be WYSIWYG) but it emerges that what TWiki generates in HTML is
not what you ask for. See the example above.
--
TWiki:Main.CrawfordCurrie
- 23 Sep 2007
That should be more intuitive now.
CC
Just tested with TWiki 4.2.0 beta2. The colspan now works in TMCE.
Thanks for fixing this!
--
TWiki:Main.StefanScherer
- 03 Oct 2007