First time using this module with Drupal 7. Finally got it working with the dev copy. Noticed that the menu item icons weren't rendering consistently. Investigation shows that somehow SOME 'leaf' menu items are being marked as 'expanded' menu items; so SOME menu items that are 'leafs' have a little 'plus' beside them instead of an 'arrow'.
These screenshots illustrate the problem.
All of the items in the screenshot are infact 'leaf' items; I cannot drill down any further for there are no sub menu items. Out of 5 'leaf' items, only 1 got marked as a 'leaf' with a CSS class (the Features item). The rest got marked as 'expanded', which gives them that deceiving little 'plus' icon, which isn't anything you can click or interact with. HUGE annoyance. Really bad UX. I'd love to help fix it, I just need a nudge in the right direction for where to look.
theme.inc looks like a natural place for where the issue may lie, but nothing sticks out as wrong..
Arthur.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2013-11-05 at 12.28.34 PM.PNG | 19.25 KB | arthur5005 | |
| Screen Shot 2013-11-05 at 12.29.05 PM.PNG | 144.65 KB | arthur5005 |
Comments
Comment #1
nithinkolekar commentedConfirmed.
This makes think, there are still child elements present beneath it.
Comment #2
sickness29 commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!