Changes between Version 1 and Version 2 of Ticket #10721
- Timestamp:
- Aug 14, 2010, 1:52:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10721
-
Property
Milestone
changed from
tbd
tofuture
-
Property
Summary
changed from
MenuBar Usability Enhancement - Popup MenuBar Buttons and MenuBar Items.
toMenuBar: hovering MenuBarItem should make previously opened menu disappear immediately
-
Property
Milestone
changed from
-
Ticket #10721 – Description
v1 v2 1 I have a menubar, with a combination of PopupMenuBarItems and MenuBarItems. If I hover over the popup menu bar item, a menu appears. If I hover over the adjoiningMenuBarItem, the menu does not come down right away as it should. This does work if both items are popupmenuBarItems. I have the need to combine buttons as well as popup menu items on the same menubar, which this affords.1 I have a menubar, with a combination of !PopupMenuBarItems and !MenuBarItems. If I hover over the popup menu bar item, a menu appears. If I hover over the adjoining !MenuBarItem, the menu does not come down right away as it should. This does work if both items are popupmenuBarItems. I have the need to combine buttons as well as popup menu items on the same menubar, which this affords. 2 2 3 3 To Reproduce: … … 5 5 http://download.dojotoolkit.org/release-1.4.1/dojo-release-1.4.1/dijit/tests/test_Menu.html 6 6 7 1.)Click "Help" Menu. See popup come out.8 2.)Hover over "Disabled" (doesn't matter enabled or disabled). The menu has a delay in coming down.7 1. Click "Help" Menu. See popup come out. 8 2. Hover over "Disabled" (doesn't matter enabled or disabled). The menu has a delay in coming down. 9 9 10 10 It works perfectly if you go to ANOTHER popup menu. If you hover over a menuBar Item, the menu from the previous should knock down immediately.