Opened 11 years ago

Last modified 11 years ago

#9474 closed Bug

V4 and IE: It is not possible to insert table in enter mode other than P — at Version 1

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone: CKEditor 4.0
Component: Core : Selection Version: 4.0
Keywords: IE Cc:

Description (last modified by Jakub Ś)

To reproduce:

  1. Go to enterkey.html sample
  2. Set enter mode to DIV or BR using dropdown list
  3. Click New Page button to remove contents
  4. Click Table button and press OK in table dialog.

Result JS errors pop out:
IE9
Message: CRIPT5007: can't get property type. It is null or undefined.
Line: 1469
URI: ckeditor4/code/dom/range.js

Message: SCRIPT5007: can't get property childNodes. It is null or undefined.
Line: 94
URI: ckeditor4/code/dom/text.js

IE8 and IE7
Message: Invalid argument
Line: 444
URI: ckeditor4/core/dom/node.js

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Description: modified (diff)
Status: newconfirmed
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