Hello,
I am currently getting an error upon attempting to load the CKEditor in Internet Explorer, namely;
"Message: Not enough storage is available to complete this operation."
Which is manifesting itself as the editor having no styles applied. Upon closer examination, the issue is caused by the "createStyleSheet(h)" call in ckeditor.js. I'm attempting to circumvent the dynamic loading of the style sheets and just including them in the header of the particular page, however, I'm having little success.
Has anyone else came across this issue? If so, is there any kind of solution available for this?
Thanks
CW
I am currently getting an error upon attempting to load the CKEditor in Internet Explorer, namely;
"Message: Not enough storage is available to complete this operation."
Which is manifesting itself as the editor having no styles applied. Upon closer examination, the issue is caused by the "createStyleSheet(h)" call in ckeditor.js. I'm attempting to circumvent the dynamic loading of the style sheets and just including them in the header of the particular page, however, I'm having little success.
Has anyone else came across this issue? If so, is there any kind of solution available for this?
Thanks
CW

Re: Not enough storage error in IE7/IE8
http://dev.fckeditor.net/ticket/4844
http://dev.fckeditor.net/ticket/2857
Re: Not enough storage error in IE7/IE8
If you change
//Hide the container when loading skins, later restored by skin css. '<style>.', editor.skinClass, '{visibility:hidden;}</style>' +to
//Hide the container when loading skins, later restored by skin css. //'<style>.', editor.skinClass, '{visibility:hidden;}</style>' +in /ckeditor/_source/themes/default/theme.js, the issue goes away. The inline style accounted for the majority of the 31 style sheets allowed in IE. The first load of the page will flicker while sheets are loaded.
Hope it helps someone.
Re: Not enough storage error in IE7/IE8
Re: Not enough storage error in IE7/IE8
I cannot "optimize the CSS files" as something that conflicts is breaking the suckerfish menu into pieces. Is there a solution for this yet?
-Matt Kaune
Bandelier Design
Re: Not enough storage error in IE7/IE8
Thanks
Re: Not enough storage error in IE7/IE8
I prefer FireFox and Chrome.
Paul Ellis
Re: Not enough storage error in IE7/IE8
http://krasimirtsonev.com/blog/article/ ... -operation
Re: Not enough storage error in IE7/IE8
Re: Not enough storage error in IE7/IE8
Re: Not enough storage error in IE7/IE8
Re: Not enough storage error in IE7/IE8
Re: Not enough storage error in IE7/IE8