ckeditor / ckeditor4

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

Failing `tests/plugins/preview/manual/previewcdn` - builded editor #4963

Closed sculpt0r closed 2 years ago

sculpt0r commented 2 years ago

Type of report

Failing test

Provide detailed reproduction steps (if any)

  1. Build full all in ckeditor4-presets repository
  2. Run bender tests
  3. Open tests/plugins/preview/manual/previewcdn test
  4. Open dev tools

Peek 2021-11-09 13-39

Expected result

Test passed.

Actual result

CDN files theoretically load, but the editor was not created due to an error visible in the console.

Other details

sculpt0r commented 2 years ago

Alright, the fix provided with https://github.com/ckeditor/ckeditor4/pull/4961 fix also this issue.