﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2857	EditorAreaCSS IE8	exanice		"I've tested the FCK Editor 2.6.4 (Build 21629) with Internet Explorer 8 Release Candidate (v. 8.0.6001.18372IC). And most of the Features work fine!

But there seems to be a problem when linking custom css styles with long file paths to the FCK Editor. I tried several different options to EditorAreaCSS, and this is what I found out:

'''Test value:''' FCKConfig.EditorAreaCSS = ""/App_Themes/Blue/css/content.css"";[[BR]]
'''Result:''' js Error on Line: 38 (fckeditorcode_ie.js)[[BR]]
'''Error:''' Invalid argument.[[BR]]
'''Function:''' var s=A.createStyleSheet("""");

'''Test value:''' FCKConfig.EditorAreaCSS = ""/content.css, /App_Themes/Blue/css/content.css"";[[BR]]
'''Result:''' js Error Line: 38 (fckeditorcode_ie.js)[[BR]]
'''Error:''' Not enough storage is available to complete this operation.[[BR]]
'''Function:''' return A.createStyleSheet(B).owningElement;

The Files were available and on the right place!
In all other browser everything works fine.

Any Solutions?

GreetX
"	Bug	closed	Normal		Core : Styles	FCKeditor 2.6.4	worksforme	IE8 Pending WorksForMe	
