Opened 13 years ago
Last modified 13 years ago
#9474 closed Bug
V4 and IE: It is not possible to insert table in enter mode other than P — at Initial Version
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | Core : Selection | Version: | 4.0 |
| Keywords: | IE | Cc: |
Description
To reproduce:
- Go to enterkey.html sample
- Set enter mode to DIV or BR using dropdown list
- Click New Page button to remove contents
- 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
