Ticket #2287 (closed Bug: fixed)
Bad Spacing between two tables (FF2 Only)
| Reported by: | dshafik | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.2 |
| Component: | General | Version: | SVN (FCKeditor) |
| Keywords: | Confirmed Firefox Review+ | Cc: |
Description
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
