Opened 11 years ago
Last modified 10 years ago
#13056 closed Task
Plugin dependencies should be checked — at Version 1
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.0 |
| Component: | General | Version: | 4.5.0 Beta |
| Keywords: | Cc: |
Description (last modified by )
uploadimage requires clipboard to be loaded, but the clipboard plugin is not listed as a requirement:
https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/uploadimage/plugin.js#L22
As a result CKEditor may not load. Might be worth to check other newly introduced plugins for similar issues.
There is a typo in the mentioned line as well ("lister")
Change History (1)
comment:1 Changed 11 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → confirmed |
