Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2013 at 17:38 UTC
Updated:
13 Jan 2014 at 19:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fearlsgroove commentedHere's a band-aid patch that at least preprocesses the css (i haven't actually tested this, sorry for being lazy :)
Comment #2
wwalc commentedThe rte* styles should be left in ckeditor.css and appended to every page (because they're used to style the content when align/justify buttons are used). The rest of styles (especially the one from "toolbar Drag & Drop" group) should be definitely added to the site only when needed. So the right way to go would be to split styles into at least two files.
Regarding the patch - according to the documentation, preprocess is set to TRUE if not specified, so the patch does not change anything. A quick test confirmed that CSS files are aggregated properly.
Comment #3
devin carlson commentedMarking this as a duplicate of the older #1370894: Conditionally load ckeditor.css only when necessary.