24 Feb
2008
24 Feb
'08
10:34 a.m.
Hi Rick, This looks like a bug. Please report it in JIRA (http://jira.xwiki.org). thanks -Vincent On Feb 22, 2008, at 2:34 AM, Rick Nuckolls wrote:
If more than one table row is selected in the wysiwyg editor, and a style (such as a font size) is applied to the rows, then each cell will be wrapped in {style span...} text {style} .
When this is saved, the newlines at the end of the rows will disappear. ie
{style span...} row1, last cell{style} {style span...} row2, first cell{style}
becomes {style span...} row1, last cell{style} {style span...} row2, first cell{style}
Is there an easy way around this?