Opened 9 years ago
Closed 9 years ago
#14537 closed Bug (invalid)
ckekditor website - custom builder appears to be broken
Reported by: | DJW | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- http://ckeditor.com/builder
- choose "standard"
- Click download without modification/changes to plugins
3.1 - Downloaded ckeditor_4.5.7_e428e4e59919
Actual result
Plugins missing (so far) - blockquote, contextmenu, filetools, lineutils, notification, notificationaggregator, uploadimage, uploadwidget, widget ( many more but that's about where I gave up.
lang/en plugin entries for blockquote, contextmenu, and others were missing or not loaded; not due to absence, downloaded & copied plugins into /plugins).
Note I have the zip I downloaded as well as the build-config.js file. It says the plugins I listed above were selected but I guess they didn't make it?
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | ckeditor_4.5.7_e428e4e59919.zip added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Uncompressed standard version (through customizer) has more of the missing plugins but it's still missing plug, uploadplugin, and a few others. Perhaps using something like phantomjs with an automated testing setup would be a solution for avoiding something like this in the future?
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.7 |
First of all plugins like that: lineutils, notification, notificationaggregator, uploadimage, uploadwidget, widget are not included in to any pre-set and especially not in to standard or basic. You have to select them to make custom pre-set.
Second - please note that in packed version, most of the plugin files are compressed and packed into ckeditor.js file. Plugins are there but they have no folder. Check the content of these plugins that are left - you will find only dialog code and images there which is per design.
There is no error here.
ckeditor-standards appears to be broken as well ( direct download, not through customizer screen). Similar issue of missing plugins or lang entries.