I have installed the module with the default options and everything appears to be working correctly except collapsible form groups, where I get the corrupted text as in the attached image. Click on the link and the text appears correctly. Any suggestions?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | firebug.jpeg | 94.93 KB | droopy |
| #7 | debug.txt | 108.19 KB | droopy |
| advagg.jpeg | 19.86 KB | droopy |
Comments
Comment #1
mikeytown2 commentedare you using the css_emimage module? Have you tried the patched version of it?
#1078060: CSS Embedded Images - Add in support for advagg's hooks
Comment #2
mikeytown2 commentedComment #3
droopy commentedNo, I'm not using css_emimage. It seems partly theme related. I use a modified version of the analytic theme. I get the same problem with bluemarine, but garland appears to work OK: collapsed form headings appear as normal.
Comment #4
mikeytown2 commentedI'm assuming the bundler is on?
Comment #5
droopy commentedYes, it's on. I've flipped most of the settings and it doesn't seem to make any difference. Site works perfectly apart from that.
Comment #6
mikeytown2 commentedon the page where it's messing up add on ?advagg-debug=1 in the url, copy the watchdog debug message and attach it as a txt file. Hopefully that will let me know where it messed up.
Comment #7
droopy commentedThis is the debug output from a "create story" page, which had numerous corrupted collapsed form-group headers. Thanks for your help, by the way.
Comment #8
mikeytown2 commentedWhat does firebug say... what file overwrote the
no-repeat;property of background for thefieldset.collapsible legend aselector? Garland uses its own background image where bluemarine uses the system defaults. My guess is analytic uses the defaults.CSS Compression turned on? Is "Preserve CSS" disabled?
Looking at the debug output I don't see any missing files in the CSS aggregates.
Files included in html output
Contents of the 4 CSS files
Comment #9
droopy commentedCSS compression is on, Preserve CSS is disabled. Yes, Analytic uses the defaults.
I've attached an image of the style information from firebug about the
fieldset.collapsible legend aselector.It's beyond me to work out what file may have overridden anything.
Comment #10
mikeytown2 commentedPreserve CSS is disabled... that is the issue most likely. CSSTidy is not as reliable with this turned off but it does compress more. Switch it back to the default (checked), and go here admin/settings/advagg/config and run a cache rebuild.
Comment #11
droopy commentedI'll try that, but before I saw it I added
no repeattohtml.js fieldset.collapsible legend ain system.css:That seems to have fixed the problem.
Comment #12
mikeytown2 commentedIs what comes with drupal.
http://drupalcode.org/project/drupal.git/blob/8636b1234c84a07f0f087ca5d6...
That was missing?
Comment #13
droopy commentedJust the "no repeat". It's also missing in the 6.20 version that you linked (line 322).
Comment #14
mikeytown2 commentedline 319 has it (collapsible vs collapsed)
Comment #15
droopy commentedI undid the change to system.css, selected Preserve CSS, and rebuilt the cache. It works well now. So I have a choice BETWEEN a minor change to system.css + disabled Preserve cache AND keep system.css as is + enable Preserve CSS.
Comment #16
mikeytown2 commentedThis is expected behavior. CSSTidy is a library that I use. I'm open to patches that fix errors in CSSTidy but I don't want to be the lead on improving it. Bringing in other options for CSS compression is a higher priority.