Download & Extend

Keep parent menu selected when we mouse over to its child

Project:Dynamic Persistent Menu
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:critical
Assigned:yrocq
Status:closed (fixed)

Issue Summary

A class should be added to the parent menu when the pointer is over one of it children.

Comments

#1

Category:feature request» bug report
Priority:normal» critical

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

AttachmentSize
parent_child.gif 22.28 KB

#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

Assigned to:Anonymous» yrocq
Status:active» fixed

Fixed in dev branch.

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here