I've been working on optimizing my site and discovered the options in "/admin/config/development/performance". When I enable "Aggregate Javascript Files", my compact forms no longer appear as compact. The labels instead appear above and to the side of the field, and do not disappear when the field is clicked on. I think this may be where they appear if the module is disabled. If it matters, I'm using it for a couple of views exposed filters.

Comments

babbage’s picture

Can't reproduce on my site. Working fine with JS aggregation on.

mrweiner’s picture

Status: Closed (cannot reproduce) » Closed (works as designed)

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

mrweiner’s picture

Issue summary: View changes

Clarification

iwuv’s picture

Status: Active » Closed (cannot reproduce)

Status: Closed (works as designed) » Closed (cannot reproduce)
namjoo’s picture

Issue summary: View changes

hi
i am for resean install jquery_update and get this problem.
i uninstall jquery_update module and solve it.
(drupal 7)

Niek_Kloots’s picture

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

Sachin_D’s picture

I 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