Ticket #4634 (assigned task)
MenuBar: implement
| Reported by: | bill | Owned by: | dante |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: | alex, nonken |
Description (last modified by bill) (diff)
Implement MenuBar. Although you can get a MenuBar by using Toolbar but there are some issues with it; it doesn't quite work like menu. And it seems like a lot of people are asking for a real MenuBar. See http://dojotoolkit.org/forum/support/dijit/menubar .
From that post:
Leaving Menubar out of Dijit really feels like a mistake... It's not just a matter of using a Toolbar and DropDownButtons. That combination doesn't work the way menus work:
1. You can't navigate left and right using arrows;
2. you have to release the mouse button before the menu appears;
3. the menu doesn't quite line up with the button;
4. the overall menu structure isn't represented as such for accessibility.