Opened 13 years ago

Closed 11 years ago

#7021 closed Bug (wontfix)

insertElement fails with a few cells selected

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

Similar to #6432 and #6986. Behaviour of insertElement should be revised to handle a few cells selected.

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
  1. Create default table,
    1. Select few cells e.g. two in one row or two in one column
    2. Click create table button
    3. Press OK.

Result: JS error occurs
Message: this.$ is undefined
Code: this.$.appendChild( node.$ );
Line :201
URI: /3.6.1/ckeditor/_source/core/dom/element.js

Issue is only reproducible in Firefox as it is the only browser which allows for such selection.

comment:2 Changed 11 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

I'm closing this issue as in v4 it has changed into more serious one #10652.

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