Ticket #5257 (closed Bug: fixed)
Adding row to rowspaned table breaks layout
| Reported by: | jpkuitunen | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Tables | Version: | 3.1 |
| Keywords: | Cc: |
Description
Reproduce
- Add new 2*2 table
- Right-click first cell and merge it down
- Right click merged cell and add a row below
For an alternative sort of explosion, trigger the row addition from the second cell of the second row.
Result
Either extra colspans and cells are added or cells are missing, depending on where you trigger the row addition.
Expected result
A new row,
<tr><td></td></tr>
We have had this problem with the latest stable FCKEditor also and now since cell mergers are supported in CKEditor, the same problems persist.
There are some tickets concerning the issue filed agains FCKEditor:
http://dev.fckeditor.net/ticket/2859
http://dev.fckeditor.net/ticket/2813
http://dev.fckeditor.net/ticket/2656
Change History
Note: See
TracTickets for help on using
tickets.
