Opened 13 years ago
Closed 13 years ago
#8268 closed Bug (fixed)
Table dialog showing incorrect number of columns
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | General | Version: | 3.6.2 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample and insert a table with default values(3 rows & 2 columns)
- Open Context menu inside a table cell and bring up the Table dialog.
Expected Result: Table dialog comes up and it shows value 3 for Rows & 2 for Columns
Actual Result: Table dialog comes up and it shows value 3 for Rows but 6 for Columns.
- Open context menu insert a row before or after an existing row and bring up the Table dialog from context menu.
Expected Result: Table dialog comes up and it shows value 4 for Rows & 2 for Columns
Actual Result: Table dialog comes up and it shows value 4 for Rows but 8 for Columns.
- Open context menu insert a column before or after an existing column and bring up the Table dialog from context menu.
Expected Result: Table dialog comes up and it shows value 4 for Rows & 3 for Columns
Actual Result: Table dialog comes up and it shows value 4 for Rows but 12 for Columns.
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.6.2 (SVN - trunk) |
comment:2 Changed 13 years ago by
Milestone: | → CKEditor 3.6.2 |
---|---|
Owner: | set to Sa'ar Zac Elias |
Status: | confirmed → assigned |
comment:3 Changed 13 years ago by
TC added: Run or View source.
Fixed with [7207] as a microchange.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Reproducible from rev [7204]