Cannot read property 'isInline' of null when using with ckeditor 4.6.2
See original GitHub issueWhen using it with Ckeditor 4.6.2, I receive below error on component destroy.
errors.ts:42 ERROR TypeError: Cannot read property 'isInline' of null
at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.focusManager.f (ckeditor.js:224)
at window.CKEDITOR.window.CKEDITOR.dom.CKEDITOR.focusManager.<anonymous> (ckeditor.js:225)
at ckeditor.js:26
at ZoneDelegate.invokeTask (zone.js:398)
at Object.onInvokeTask (ng_zone.ts:253)
at ZoneDelegate.invokeTask (zone.js:397)
at Zone.runTask (zone.js:165)
at ZoneTask.invoke (zone.js:460)
at timer (zone.js:1540)
Issue Analytics
- State:
- Created 6 years ago
- Comments:9
Top Results From Across the Web
Uncaught TypeError: Cannot read property 'isInline' of null
Problem can be reproduced from CKEditor 4.6.2 in Chrome only. On our support channel we have a similar request concerning ShredSpace plugin, inline...
Read more >[Chrome] Error thrown when destroying focused inline editor
Uncaught TypeError : Cannot read property 'isInline' of null. at CKEDITOR. ... Problem can be reproduced from CKEditor 4.6.2 in Chrome only.
Read more >CK Editor - Uncaught TypeError: Cannot read property ...
When I use IE 11 everything works as expected and the Tabs load with the Textarea turned into a CK Editor box and...
Read more >ckeditor Error code: editor-destroy-iframe — DataTables forums
guide/dev_errors-section-editor-destroy-iframe ckeditor.js:238 Uncaught TypeError: Cannot read property 'isInline' of null at CKEDITOR.
Read more >CK Editor throws "Cannot read properties of null (reading ...
Hello, I found an issue with Creator working with CKEditor widget - if creator.text is set before creator is rendered (so construct new ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please look at the following bug description. There is no solution for version 4.6.2 at the moment, use version 4.6.1 or 4.5.11 with divarea plugin instead. The proposed solution from @waiwaiku doesn’t work for me.
With that same error: <script src="https://cdn.ckeditor.com/4.6.2/full/ckeditor.js"></script> No error: <script src="https://cdn.ckeditor.com/4.6.1/full/ckeditor.js"></script>