Be sure your post includes:
1. v9.1p_2014-08-08/Pro Deployment (built 2014-08-08)
2. Chrome latest
3. The following link will take you to the toolstrip example
http://www.smartclient.com/docs/9.1/a/system/reference/SmartClient_Explorer.html#toolstrip
Please amend the code as follows -
This amendment will make sure that the menu appears on mouseOver.
If we resize the window just enough for a scroll bar to appear on the menu onMouseOver and slowly try to access the scrollbar - the menu disappears!
Thanks
1. v9.1p_2014-08-08/Pro Deployment (built 2014-08-08)
2. Chrome latest
3. The following link will take you to the toolstrip example
http://www.smartclient.com/docs/9.1/a/system/reference/SmartClient_Explorer.html#toolstrip
Please amend the code as follows -
Code:
isc.ToolStripMenuButton.create({ ID: "menuButton", title: "File", menu: menu, showMenuOnRollOver:true });
If we resize the window just enough for a scroll bar to appear on the menu onMouseOver and slowly try to access the scrollbar - the menu disappears!
Thanks
Comment