Closed (fixed)
Project:
JQuery menu
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 20:06 UTC
Updated:
26 Mar 2009 at 08:01 UTC
When having organic groups, the "Groups" menu option has a + sign in front but has nothing to expand.
Or is this just a drupal behaviour? Because the standard menu treats the menu option the same way (with an expand icon).
Comments
Comment #1
PixelClever commentedThis is due to the way that the Groups sublinks are generated programmatically without assigning titles to the links. It has the same behavior on the default drupal menus, though it is slightly less noticeable since it is only a triangle to the left rather that a plus sign. I have filed an issue report for this on the OG issue queue. http://drupal.org/node/364972.
Comment #2
PixelClever commentedComment #3
PixelClever commentedMoved this back to JQuery menu queue so people will know. This doesn't change the fact that OG menu was sending incorrect information, but I wrote a safeguard to check against empty menus because I had found other situations where this was occurring.
The fix is in version 2.2.
Comment #5
Arjean-1 commentedAlso works for other modules with false information indeed (privatemsg).
Works nice, well done.