Page 1 of 1

table cell split/merge problem

Posted: Wed Aug 02, 2006 2:57 pm
by psycho
Hi,

when i split a table cell into 2 columns richviewedit inserts an additional empty line in every cell of the current column. Same problem when i merge cells. how can i prevent this?

You can reproduce this behaviour with the RichViewActions Demo.
Insert a new table and write some text in the cells and then split one cell into 2 columns.

Posted: Wed Aug 02, 2006 7:06 pm
by Sergey Tkachenko
This is a known problem.
Cell merging (and splitting is performed as adding new columns/rows and merging some cells) combines contents of cells. Empty cell has an empty line, and merged cell has several empty lines.
But I agree, this is not that user expects, especially from splitting.
Fixing is in to-do list.