﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5260	Editor doesn't load contents.css	stoffel		"CKEDitor Version 3.1 and 3.2
OS: WIN 7
Browser: all

Description:
CKEditor Version 3.1 and Version 3.2 doesn't load the contents.css file by default when opening the editor.

I'm loading the script: ckeditor.js within a page. Everything works fine, except the editor doesn't load the contents.css file

I modified the following line (line 61 -62) in ckeditor.js (no source!):

o=n.config.docType+'<html o=n.config.docType+'<html dir=""'+n.config.contentsLangDirection+'"">'+'<head>'+q+'<title>'+n.lang.preview+'</title></head>'+s+n.getData()+'</body></html>';

to:
o=n.config.docType+'<html dir=""'+n.config.contentsLangDirection+'"">'+'<head>'+q+'<title>'+n.lang.preview+'</title>
== '+e.buildStyleHtml(n.config.contentsCss)+' ==
</head>'+s+n.getData()+'</body></html>';

"	Bug	closed	Normal		General	3.2	invalid		
