Closed (fixed)
Project:
Megamenu
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 21:15 UTC
Updated:
16 Jul 2015 at 06:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
doublejosh commentedadd note.
Comment #1
doublejosh commentedSeems I can't get to it from theme_menu_link()
Comment #2
doublejosh commentedThere are plenty of lines in this module with no regard for attributes beyond href.
EXAMPLE LINE 223
'data'=>l($leaf['link']['link_title'], $leaf['link']['href'], $leaf['link']['options']),By carrying in the options, I'm sure there are other features that will get taken advantage of too.
This is an easy win.
Comment #3
Anonymous (not verified) commentedThank you for the patch. This issue is related to:
#1463820: Adding title attribute to link
#1195348: megamenu omits link parameters
#1205068: Refactored theme_megamenu_menu_tree(), multiple fixes.
Comment #4
greggmarshallPatch from #2 resolved the problem we were having using HTML bookmarks (aka in page links, fragments, hash links) not being rendered in our megamenus.
Thanks @doublejosh.
Comment #4.0
greggmarshallnote.
Comment #5
ram4nd commentedSeems that this is already in the code.