#2287: Bad Spacing between two tables (FF2 Only)
-----------------------------+----------------------------------------------
 Reporter:  dshafik          |        Type:  Bug    
   Status:  new              |    Priority:  Normal 
Milestone:  FCKeditor 2.6.2  |   Component:  General
  Version:                   |    Keywords:         
-----------------------------+----------------------------------------------
 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

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2287>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to