I've found that the "active" class is being removed when the "branch" class is applied. The solution I've found is to change line 46 of dhtml_menu.js
From this:

$(li).find('a:first').attr("class","branch");

To this:

$(li).find('a:first').addClass("branch");

Just thought I'd post it in case anyone else is having the same issue.

Comments

vuil’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

I closed the issue as Closed (works as designed)and it is for unsupported 6.x version of Drupal.