Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Menu scrollbars clickable when browser window shrunk

$
0
0
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 -
Code:

isc.ToolStripMenuButton.create({
    ID: "menuButton",
    title: "File", 
    menu: menu,
    showMenuOnRollOver:true
});

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

Viewing all articles
Browse latest Browse all 4756

Trending Articles