Closed (duplicate)
Project:
Administration menu
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2009 at 20:04 UTC
Updated:
18 Apr 2009 at 19:22 UTC
This is probably too difficult to implement, but I'll post it so that you have the feedback. Some of my menus have lists longer than the screen can display. For example, the Drupal.org menu that links to all of the issue ques only shows the top 10 modules. The reason for this is that I made my Admin menu font size larger than the default.
My solution is to mimic the Firefox Bookmarks command. The bottom of the menu has a space that you hover over and then the menu cycles downwards through the list. A hover-up space then appears at the top of the menu.
Comments
Comment #1
sunNice idea - do you have some example code to share?
Comment #2
Ariesto commentedI wish I did! Unfortunately, I only have a C++ background, so I'm learning how to php/css code on the fly. My project deadlines are approaching fast, so right now the best I can do is offer the idea to the community.
My approach to programming this would be:
I didn't spend a lot of time thinking about this, so there might be better approaches.
For instance, a simpler approach would be to just have the user/programmer select a set number of menu items, say 5, that shows at any given time with the rest accessed through the hover bars.
(http://www.2meter3.de/code/hoverFlow/)
Comment #3
dave reidThis should be marked as a duplicate of #196772: Split module settings into sub-menus so we can get a solution for the long menus decided and and fixed.