Opened 17 years ago
Closed 17 years ago
#1077 closed Bug (fixed)
Merge/split cell bugs
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE Firefox | Cc: |
Description
The first bug is that vertical cell merging in Firefox does not work.
Reproduction procedure:
- Create a new table.
- Select two adjacent cells in a column.
- Right click -> Cells -> Merge cells.
- The cells aren't merged.
The second bug is that the horizontal split cell command produces "inefficient" tables. Reproduction procedure:
- Create a 3x3 table.
- Select a row with 3 cells, and merge them. (or "Merge Right" twice in IE)
- Now split the merged cell.
- Go to source mode.
- Notice that for all rows, the first cell of the row has a colspan=2, which is excessive.
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [691], [692], [693] and [695].
Click here for more info about our SVN system.
Merge down geometry bug