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 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
- No, this rather looks like a converter problem. (and btw, we use FCKeditor 2.2+) Oh, but on /MoinMoin/action/fckdialog.py, the comments say that the version is 2.0RC. Anyways, is anyone looking into this bug? --counterpoke
That's where we initially got some code/html from.
Firefox uses this:
<td><p class="line862">B <br /></p></td>
The br causes this problem.
- This is what I see
<span class="anchor" id="line-29"></span></p><div><table><tbody><tr> <td><p class="line862">A </p></td><td><p class="line862">123 </p></td> </tr> </tbody></table></div> <span class="anchor" id="line-30"></span><p class="line867">||B <span class="anchor" id="line-31"></span>|| <span class="anchor" id="line-32"></span>
- --counterpoke
So would this be looking for where the <br/> code gets inserted and making an exception for the case where there is a table present? --counterpoke
Plan
- Priority:
Assigned to: MoonByeongweon
Status: fixed -- ReimarBauer 2008-08-07 22:06:17