Opened 16 years ago
Closed 16 years ago
#2798 closed Bug (fixed)
V3: skin.js assumes that the dialog plugin will be always loaded
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed | Cc: |
Description
The skin.js file for the default skin makes references to CKEDITOR.dialog, assuming that it will be always loaded, which is false.
Anything into core should depend on a plugin.
A quick fix has been added with [2960]. It is to be replaced by a more developed solution while fixing #2799.