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

Friso D - August 18, 2009 - 09:43
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

Danny_Joris - October 26, 2009 - 02:58

This is really important indeed. Subscribing.

Is this module still maintained?

#3

yrocq - October 29, 2009 - 16:58

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

yrocq - October 29, 2009 - 19:04
Assigned to:Anonymous» yrocq
Status:active» fixed

Fixed in dev branch.

#5

System Message - November 12, 2009 - 19:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.