I'm using Adv. Forum 6.x-2.0-alpha3. CKeditor UI isn't visible in IE8 & 9, so you can't type anything. It works great in Firefox and Opera, tho.

CommentFileSizeAuthor
#1 skrin2.GIF21.69 KBmarceli
skrin.GIF32.37 KBmarceli

Comments

marceli’s picture

StatusFileSize
new21.69 KB

Something like this pops up in Edit the CKEditor profile settings menu. Attached screenshot

mkesicki’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Do 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.

marceli’s picture

IE9 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.

mkesicki’s picture

Please 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."

marceli’s picture

Doesn't help. When I enable it - it breaks my page apart making it almost unreadable :/

mkesicki’s picture

Please check this without advanced forum module. Probably there is some conflict between modules.

marceli’s picture

Indeed, must be some conflict with Adv. Forum - it works without it in IE.

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Postponed

I 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.

AlexisWilke’s picture

Maybe 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...

carlhinton’s picture

Priority: Normal » Major
Status: Postponed » Needs work

I 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

mkesicki’s picture

Priority: Major » Normal
Status: Needs work » Postponed (maintainer needs more info)

@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 ?

dczepierga’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Any 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

AlexisWilke’s picture

Assigned: marceli » Unassigned

dczepierga,

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