Closed (works as designed)
Project:
Drupal core
Version:
6.0
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2008 at 09:34 UTC
Updated:
23 May 2011 at 21:20 UTC
When I make changes to a theme stylesheet (CSS), they do not appear until I visit the admin/settings/performance page and press "Clear cached data".
This seems to be a bug as I have ALL caching options turned off, no compression, no CSS aggregation, etc.
I didn't have this problem with 6.0 RC1.
Comments
Comment #1
dvessel commentedCould you be more specific? Changing CSS by adding more rule sets into an existing style or are you adding more stylesheets through .info?
Comment #2
matt_harrold commentedMaking a modification to the style.css file that accompanies the Garland theme was where I noticed the problem.
Making a change to node.tpl.php shows up straight away (no problems), but the stylesheet seems to be cached even though the caching options are turned off.
I have the Switchtheme module installed, and if I toggle between Garland and another theme, when I go back to Garland, the new CSS rules appear OK (without "clearing cached data" first).
For the sake of sanity, I've tested the installation with only the default modules enabled (disabling all others), and I still have the problem.
Comment #3
dvessel commentedClosing, It's due to Garland's use of color.module.