Active
Project:
Vocabulary Index
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2009 at 19:28 UTC
Updated:
8 Apr 2009 at 23:01 UTC
Currently, when caching is enabled, the active/inactive states of the link items are cached according to their state when the cache was created. So if you navigate to any term, the anchor tag for that term will not have the class of active added to it, since it is reading the cached state of the link. (This is hard to explain) :)
Comments
Comment #1
xanoThe cause of this bug is that indexes are cached based on parameters that decide how they are rendered. This is no problem, except for tree views that can be displayed on multiple pages (index page and a block). With caching enabled the active state for one of the links (if there is any) is cached. This data is also being used on other pages. A temporary solution is to disable caching.