Closed (duplicate)
Project:
Collapsiblock
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 May 2008 at 22:41 UTC
Updated:
24 Nov 2017 at 10:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gagarine commentedI confirm this bug... I will try to fix this soon.
EDIT:
I get it. The JS tests if they are an active menu in the block. If they are the block stay open. With the language switcher they are always an active menu so it stay open all the time.
Don't know what is the best way to fix that for the moment.. Perhaps a settings like "open if they are an active menu".
Comment #2
soul88same problem with search_api_sorts.
Actually it seems that any link generate with a help of l()function will have .active class.
common.inc line 2423
Comment #3
soul88small patch to fix that
Comment #4
darvanenThis patch is not backwards-compatible.
This issue is being tackled in #2447245: Blocks are expanded with active menu link.