Incompatability with FCKEditor & IMCE
| Project: | IE Unlimited CSS Loader |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
I'm using the FCKEditor in conjunction with IMCE. When using Internet Explorer the popup file browser window has degraded due to the too many CSS files in IE issue. I have Unlimited CSS enabled and working for everything else, but when I look at the source code for this file browser page I see that the css files have not been modified by the module.
I noted that in issue #445138 (http://drupal.org/node/445138) you suggested adding in the call to preprocess from unlimited_css in any module that might be preprocessing the page after this module. The only one that I could find would be my own theme preprocess_page function. So I called it there:
// Hook into unlimited_css.module
if (module_exists('unlimited_css')) {
unlimited_css_preprocess_page($vars);
}But that still doesn't work. I would be grateful for any assistance or ideas.
