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

derjochenmeyer’s picture

Status: Active » Postponed (maintainer needs more info)

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

topper910’s picture

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

derjochenmeyer’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)