﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2287	Bad Spacing between two tables (FF2 Only)	Davey Shafik	Frederico Caldeira Knabben	"When you insert a table, click to the right side of it, and then add in a second table, it will display something like:

{{{
<table>...</table>

<table>...</table>
}}}

within the editor, but when you preview (or after saving) it shows up like:

{{{
<table>...</table>


<table>...</table>
}}}

The reason is that between the two tables, in the editor, there is a {{{<p/>}}} tag, which FF does not render. But when you preview/save, it is transformed into {{{<p></p>}}}.

You can see this in action at: http://www.screencast.com/users/DShafik/folders/Jing/media/d4769677-866b-4a5b-8d21-1aa0a31cd14c

This issue affects 2.5.1 (at least) through to, and including trunk"	Bug	closed	Normal	FCKeditor 2.6.2	General	SVN (FCKeditor) - Retired	fixed	Confirmed Firefox Review+	
