Opened 9 years ago
Last modified 9 years ago
#13771 closed Bug
contents.css not built into ckeditor.js — at Initial Version
Reported by: | Sergiy Kuzmenko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.5 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Download my custom build: http://ckeditor.com/builder/c21338e58b4ef94bfe0b9aff003760dd
- Unzip and
grep -r contents.css *
- contents.css is not present in ckeditor.js
On the contrast if downloading a standard build ckeditor.js contains a like like this: CKEDITOR.config.contentsCss=CKEDITOR.getUrl("contents.css");
Expected result
Since my build includes Rich Combo and plugins which require contents.css it is expected to be part of the build. Without contents.css all plugins based on Rich Combo use browser default font style.