Opened 12 years ago
Last modified 12 years ago
#10375 confirmed Bug
table cell horizontal split error
Reported by: | adwyz | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: |
Description
The far right of the back of the cell in the table to insert a new cell, horizontal split the cell error
Attachments (1)
Change History (2)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.1 → 3.0 |
I was hoping that this is a duplicate but this is new issue.
Problem can be reproduced from CKEditor 3.0 in both CKE 3.x and 4.x.
To reproduce:
- Insert default table
- Right-click in right-middle cell and use Insert Cell After
- Right-click in newly created cell and use Split Cell Horizontally.
JS Error:
TypeError: row[colIndex] is undefined
Code: if ( row[ colIndex ].rowSpan > 1 )
Line: 432
URI: ckeditor/plugins/tabletools/plugin.js
horizontal split the cell error