question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'isInline' of null when using with ckeditor 4.6.2

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
kzimnycommented, Apr 28, 2017

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.

0reactions
YuriFontellacommented, Apr 26, 2017

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>

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found