Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Menu scrollbars clickable when browser window shrunk

    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

    #2
    Hello,

    we have fixed the problem, you will find it fixed in the next nightly build of 9.1 release.

    Thanks

    Comment

    Working...
    X