Keep parent menu selected when we mouse over to its child
yrocq - August 17, 2009 - 14:09
| Project: | Dynamic Persistent Menu |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | yrocq |
| Status: | closed |
Description
A class should be added to the parent menu when the pointer is over one of it children.

#1
I agree with you, I think this is an important issue to be solved.
As you can see in the second image (attachment) the parent item is not selected when I'm in either one of the child pages. It should be like in the third image.
Thank you,
Friso
#2
This is really important indeed. Subscribing.
Is this module still maintained?
#3
Friso D : This issue is about adding a class to the menu using javascript when the mouse is over its children. The bug you're talking about is fixed in the dev branch.
You just have to add a css rule. For example :
.dynamic-persistent-menu-menu-item.active-trail > a {color:blue; // Replace by your color
}
#4
Fixed in dev branch.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.