Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.0-Beta1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Windows 7, NetBeans 6.9, Icefaces 2.0 Beta 1
-
ICEsoft Forum Reference:
Description
Menu Bar expand first time on IE when the mouse pointer hovers on. However, if the mouse pointer is moved away and hovers again, the menu bar is not expanded.
For Chrome browser, it does not expand menu bar at all.
Here is my code I use for test:
<ice:form id="iceForm">
<ice:menuBar orientation="holizontal">
<ice:menuItem value="File" onclick="return false;">
<ice:menuItem value="Open" />
<ice:menuItem value="Close" />
</ice:menuItem>
</ice:menuBar>
</ice:form>
For Chrome browser, it does not expand menu bar at all.
Here is my code I use for test:
<ice:form id="iceForm">
<ice:menuBar orientation="holizontal">
<ice:menuItem value="File" onclick="return false;">
<ice:menuItem value="Open" />
<ice:menuItem value="Close" />
</ice:menuItem>
</ice:menuBar>
</ice:form>
Issue Links
- depends on
-
ICE-6138 panelTabSet style issue in Chrome and Safari
-
- Closed
-
I have the same issue with IceFaces 2.0.1 and Chrome 11.0.696.71 under Win7 64bit