Closed (cannot reproduce)
Project:
Compact Forms
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2012 at 07:46 UTC
Updated:
22 Apr 2024 at 11:11 UTC
Jump to comment: Most recent
Comments
Comment #1
babbage commentedCan't reproduce on my site. Working fine with JS aggregation on.
Comment #2
mrweiner commentedTurns out that in actuality, none of my javascript files were being read after enabling aggregation. Turns out it's because of some weird file compression features of Litespeed servers. If anybody else lands on this issue trying to solve the same problem, check out post 5 in https://drupal.org/node/1440534.
Comment #2.0
mrweiner commentedClarification
Comment #3
iwuv commentedComment #5
namjoo commentedhi
i am for resean install jquery_update and get this problem.
i uninstall jquery_update module and solve it.
(drupal 7)
Comment #6
niek_kloots commentedI disabled the jquery_update module and could enabled the Aggregate JavaScript files on /overlay=admin/config/development/performance again.
The jquery_update module is also the cause for Superfish module malfunctions.
Comment #7
sachin_d commentedI have integrated the react with drupal as a custom module, when I enabled the aggregate javascript files in drupal 9 config, the react component in UI is not displaying.
I suspect that the file app.bundle.js is minified twice, so that the issue is coming, when i tried to disable the minification for this file in react module library file, then also i can see this issue, if i disable the aggregate the javascript, then only see the react component.
Any help much appreciated