Item9606: Table too compact after creation in TMCE
Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
GuruprasadIyer wrote in
Item9570: "can we do something about the fact that there are no blank spaces when we create a new table? New users don't get the fact that a table has been created."
--
MichaelTempest - 02 Sep 2010
Add additional padding in css?
--
ArthurClemens - 02 Sep 2010
Padding yes. More default whitespace, no. One annoying thing with new tables in Wysiwyg editing has been that you had to remove the space each time you put text in a cell the first time
But we also have the problem that if we do not out at least one space in an empty table cell the cells merge in TML.
My preferences is that an empty table cell is edited starting with no visible space in editor and the single space is added when you save and removed again next time you wysiwyg edit if the table cell is empty and not merged.
--
KennethLavrsen - 02 Sep 2010
Arthur - Additional padding in css sounds great - my only concern is that tables should still look good when not empty. Is it possible to specify a minimum cell width with css?
Kenneth, I would rather deal with the unwanted spaces in table cells in the context of
Item8475.
Also, I cannot reproduce the problem you described about table cells merging.
--
MichaelTempest - 03 Sep 2010
Sorry, I was not clear. There is no issue today with table cells merging because we do put a space in the cells. I was just trying to put some attention to this fact so we do not create a problem. If we saved tables with empty cells without a space the cells merge when the renderer creates the table html from tml.
--
KennethLavrsen - 03 Sep 2010
I have added extra padding to the table cells.
--
ArthurClemens - 06 Sep 2010