ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Chrome: Failed to execute 'removeChild' on 'Node' when enabling and disabling source mode #5425

Closed dufipl closed 1 year ago

dufipl commented 1 year ago

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open tests/plugins/widget/manual/block or http://0:0:0:0:1030/tests/plugins/widget/manual/inline manual test
  2. Enable source mode
  3. Disable source mode

Expected result

No errors in the console.

Actual result

Error in the console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getManifest')
    at i (content.js:2:211240)
    at e.value (content.js:2:1277311)
    at e.value (content.js:2:1277166)
    at s.onAddModule (content.js:2:893691)
    at s.addModule (content.js:2:612466)
    at Or (content.js:2:1278060)
    at content.js:2:1278548
    at c (content.js:2:406899)
    at Generator._invoke (content.js:2:406652)
    at Generator.next (content.js:2:407258)

Other details

Comandeer commented 1 year ago

I can't reproduce the issue – it could be connected with some browser extension.