Opened 11 years ago

Last modified 11 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)

bug.jpg (107.2 KB) - added by adwyz 11 years ago.
horizontal split the cell error

Download all attachments as: .zip

Change History (2)

Changed 11 years ago by adwyz

Attachment: bug.jpg added

horizontal split the cell error

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 4.13.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:

  1. Insert default table
  2. Right-click in right-middle cell and use Insert Cell After
  3. 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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy