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 test: `previewcdn` abort loading editor from CDN #4958

Closed KarolDawidziuk closed 2 years ago

KarolDawidziuk commented 2 years ago

Type of report

Failing test

Provide detailed reproduction steps (if any)

  1. Open tests/plugins/preview/manual/previewcdn on a different address than localhost to load the editor from CDN. eg. using your IP address 192.168.0.2:<port>/tests/plugins/preview/manual/previewcdn.

Expected result

The editor is loaded successfully.

Actual result

The editor is not loaded and there is an error in the browser's console.

This is because the editor tries to load two plugins that it cannot find(scayt,exportpdf). The fix will be simple. It is enough to omit two plugins that are not needed for this test.

Other details

CKEditorBot commented 2 years ago

Closed in https://github.com/ckeditor/ckeditor4/pull/4961