Closed (duplicate)
Project:
Drupal core
Version:
8.9.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2007 at 19:09 UTC
Updated:
7 Oct 2020 at 07:40 UTC
Jump to comment: Most recent
Comments
Comment #1
ultimateboy commentedAgreed. With a quick search I found many people with this problem. I think that we should either allow primary menu items to be expanded or remove the option through the UI.
This could be considered a usability issue, but I will keep it as a menu component as I feel it is a better fit there.
Comment #2
alexanderpas commented+1 for option removal from that place, we need to have a non-expanding menu-block instead.
Comment #3
ultimateboy commentedI think there is a better solution.. I think that instead, we should allow expanding on primary menus.. if we want to take it one step further, lets add a dropdown menu system to core themes (of course with the option to turn on/off). It seems like this is an extremely requested feature, and with the little css/js it requires, it is almost so crazy not to.
Comment #5
derjochenmeyer commentedI like version #3
Comment #6
marcoBauli commentedThis is a long-time usability bug, also for the styling of menus:
a. theme primary links do not show child menu items in an "expandible" fashion, but have granular
<li class="...">classes for deep stylingb. block primary links support expandible child items, but have generic classes that do not help designers get what they want
(just google a bit about "style drupal menu" to see yourself)
A really useful module to fix this is the Menu Block module - http://drupal.org/project/menu_block - but do we really need to install an extra module to get there?
Comment #7
AdrianB commentedThis is indeed confusing. Subscribing.
Comment #8
alienzed commentedneeds work imo, there's no reason why the primary links block or ANYTHING in Drupal should be so difficult to customize.
Comment #9
ultimateboy commentedI'm thinking this has to be pushed on to 8.
Comment #10
David_Rothstein commentedSee also: #503810: Convert primary and secondary menus to blocks
Comment #11
asb commentedYes, this is a recurring issue for years. Subscribing.
Comment #12
ndmaque commentedsubscribing
Comment #13
NROTC_Webmaster commentedI think this has the best chance of fixing this if anyone wants to take on the necessary changes.
http://drupal.org/node/474004
Comment #22
pameeela commentedWent on a bit of a ride through a related issues loop, but ultimately I believe this was fixed by #1869476: Convert global menus (primary links, secondary links) into blocks.