Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 09:39 UTC
Updated:
10 Apr 2012 at 05:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
marceli commentedSomething like this pops up in Edit the CKEditor profile settings menu. Attached screenshot
Comment #2
mkesicki commentedDo you see any JavaScript errors in IE ? IE 9 has developer tools (console). Please check this . Please also check if all request are correct when you try use CKEditor and adv. forum.
Do you use any others drupal modules ?
Remember that you use not stable module to drupal, so it can be problems with it.
Comment #3
marceli commentedIE9 console shows one error when using CKeditor and Adv. Forum. I'm pasting it in Polish (that's my native language):
SCRIPT14: W magazynie brak miejsca dla wykonania tej operacji.
ckeditor.js?M, wiersz 13 Znak 293
I use many other modules like:
Chaos tools, Panels, Contact, Author Pane, Statistics, Google Fonts, Avatar Selection, Comment Notify, Google Plus One +1, Lightbox2, Signatures for Forums, Quote, Superfish, BBCode, Smileys, User Titles, Webform Block.
I tried other, older but stable versions with the same result.
Comment #4
mkesicki commentedPlease try enable "Optimize CSS files: " option in drupal on performace page "admin/settings/performance".
This error is probably related with to many CSS files for IE.
http://cksource.com/forums/viewtopic.php?f=6&t=17318
Please check "Optimize CSS files" and write if it helps.
EDIT:
This error message (from Polish to English) is "Message: Not enough storage is available to complete this operation."
Comment #5
marceli commentedDoesn't help. When I enable it - it breaks my page apart making it almost unreadable :/
Comment #6
mkesicki commentedPlease check this without advanced forum module. Probably there is some conflict between modules.
Comment #7
marceli commentedIndeed, must be some conflict with Adv. Forum - it works without it in IE.
Comment #8
mkesicki commentedI postponed this ticket. We will wait with this to beta or rc release of advanced forum module.
You can try it's DEV version or stable release for tests.
Comment #9
AlexisWilke commentedMaybe you could check whether the flag is set and how many CSS files are already defined. If too many, then avoid starting the editor and put a message somewhere saying why. I ran into this problem and have the latest 6.x-1.x-dev (as of today) and it still wasn't working...
Comment #10
carlhinton commentedI am experiencing the same problems here - running debugging shows that JQuery is not found and the same message - Not enough storage is available to complete this operation
Comment #11
mkesicki commented@CarlHinton,
it looks that to many JS and/or CSS files is loaded.
Please try solution from #4.
What version of Advanced Forum do you sue ?
Comment #12
dczepierga commentedAny solution for this problem is to enable JS and CSS aggregation - without this it wouldn't work in IE because it's too much files to load (IE browser limit).
I think we can closed this issue - everything was written about this and we cannot do anything more with it.
Greetings
Comment #13
AlexisWilke commenteddczepierga,
Actually, only the CSS aggregation is necessary. The JS has no impact.
This being said, a warning about the number of CSS files defined could be useful. Whether it should be in the CKEditor, probably not. Actually, Drupal Core could have done it on its own: if count($css_array) > 31 then $aggregate = TRUE;... simple?! 8-)
D7 is fixed though using a different mechanism to load CSS files.
Thank you.
Alexis