Closed (fixed)
Project:
Javascript Aggregator
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2009 at 19:11 UTC
Updated:
11 Jun 2009 at 15:35 UTC
I noticed the issue with my install of WYSIWG. I have both FCK and tinyMCE. The issue arose when trying to utilize the IMCE for attempting to upload images. After I enabled the JS aggregator the Image uploading was no longer available in both FCK and tinyMCE. I tried to utilize IE to see if it was a browser issue and FCK was not even loading in for me. I assume that this is an issue with the module? When I disabled JS aggregation it worked fine again.
Comments
Comment #1
derjochenmeyer commentedIn Drupal 6 Javascript Aggregator is not agregating the files (This is done by Drupal core). Javascript Aggregator for Drupal 6 only minifies (with JSMin) and optionally gzips the aggregated file. What happens when you disable Javascript Aggregator, does the core aggregation have the same effect?
Try to patch the current dev version with this patch:
#460430: Switch to JSMin+
Maybe JSMin+ does a better job than JSMin...
Comment #2
topper910 commentedThank you very much my issues are all set. I do not know how to close the report. I have full aggregation and caching in place and am experiencing no issues with TinyMCE in place. Thank you for the help.
Comment #3
derjochenmeyer commented