With multiple themes and caching on for a page display the CSS is cached for the first theme, so that when a user changes to a second theme the CSS file from the first theme is included in the display with the second making the page look awful. It only happens on views pages and it stops when caching is turned off for a particular views page.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views-cache-theme.patch | 572 bytes | dawehner |
Comments
Comment #1
eaton commentedI'm tackling this along with the current-language key. The number of things we use to generate the cache key grows massively, but -- again -- this is just the default caching plugin.
Comment #2
dawehnerDoes this patch helps?
Comment #3
merlinofchaos commentedApplied to all branches. Also added a language key.