Description

If you start with a table of two cells e.g.

||A||
||B||

and did add by the gui editor at the first lines cell (A) by insert cell a new cell you get

||A||||
||B||

If you now enter in the new cell some text it becomes

||A||123||
||B||

That's all right. but if you now add a blank behind the B in the second line you get

||A||123||
||B
||

Then the tabel is broken!

Details

current 1.5 code changeset: 773:220afab2deea

Workaround

correct it by the text editor ReimarBauer/Photo/img.png -- ReimarBauer 2006-10-28 09:19:01

Discussion

Would this have to do with the fact that MoinMoin seems to be using FCKeditor 2.0 RC instead of the newest 2.4 version? --counterpoke

Firefox uses this:

<td><p class="line862">B <br /></p></td> 

The br causes this problem.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/GuiEditorAddingACellDestroysTable (last edited 2008-08-07 22:06:17 by ReimarBauer)