Closed (fixed)
Project:
CSS Injector
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2010 at 00:45 UTC
Updated:
13 Jan 2011 at 02:00 UTC
Newbie Apologies if I am missing something here- the module works great for me... my rules implement nicely, that is, until I log out and then log back in.
When I log back in, none of the rules are maintained.... even with an !important tag. However when I flush the caches, the rules are implemented correctly.
Comments
Comment #1
rfayHi - You have page caching for anonymous users enabled in admin/settings/performance. As a result, when you log out, you get the cached pages (from before you changed the CSS rules).
It's possible that we should clear the page cache when updating rules, but I suspect this would be more disruptive than we'd like the module to be.
Comment #2
MM10 commentedthanks rfay- that did it.
Comment #3
rfay