Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Any
Description
After clicking on a top-level menuItem to get the menu, then move the cursor to another top-level menuItem, the new menu does not appear unless you click it.
The desired behavior is the 1.7.0 behavior. Click on any top-level menu-item sets the "menus visible on hover" mode so you don't need to click each one to see it. Clicking on a top-level menu-item again toggles the mode back so the menus don't display on hover anymore.
The desired behavior is the 1.7.0 behavior. Click on any top-level menu-item sets the "menus visible on hover" mode so you don't need to click each one to see it. Clicking on a top-level menu-item again toggles the mode back so the menus don't display on hover anymore.
Thats still not work in icefaces 1.7.1 revision 17613!
Test case:
<ice:menuBar id="menuBar" noIcons="true" displayOnClick="true">
<ice:menuItem value="test1" (...with childs..)>
<ice:menuItem value="test2" (...with childs..)>
</>
If user click on test1 see popup - this is ok, move cursor over test2 and you see popup menu test2 without any click.
Ther are also some problems with displayed popup menu from menuBar which can be displayed under select components.