table cell split/merge problem

General TRichView support forum. Please post your questions here
Post Reply
psycho
Posts: 1
Joined: Wed Aug 02, 2006 2:40 pm

table cell split/merge problem

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply