You found a bug! We've classified it as EXTGWT-2859 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #1
    Ext GWT Premium Member
    Join Date
    Jan 2009
    Location
    Colorado Springs, CO
    Posts
    325
    Vote Rating
    2
    DavidHoffer is on a distinguished road

      0  

    Default MenuBar that has child menu items don't propertly show items on mouse hover

    MenuBar that has child menu items don't propertly show items on mouse hover


    I have a top level menu bar that has some menus that have MenuItems. When the user hovers the mouse over the menu of the first menuitem it does not show its children until the user moves the mouse to the second (or below) menu item and then back up to the first...then it will work. All menu items other than the first work as expected.

    I just upgraded to 3.0.4 and this version still has this behavior. Is this a known issue? What is a workaround?

    Thanks,
    -Dave

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    I cannot find a reference if this is already known or not. However the MenuBar works different than in GXT2:

    http://www.sencha.com/examples/#ExamplePlace:menubar
    http://www.sencha.com/examples-2/#menubar

    I will move this thread to the proper location for further investigation. Thanks for reporting.

  3. #3
    Ext GWT Premium Member
    Join Date
    Jan 2009
    Location
    Colorado Springs, CO
    Posts
    325
    Vote Rating
    2
    DavidHoffer is on a distinguished road

      0  

    Default


    Okay thanks. In the example you don't happen to put any child menu items in the first menu item so this example wouldn't show this problem.

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Quote Originally Posted by DavidHoffer View Post
    Okay thanks. In the example you don't happen to put any child menu items in the first menu item so this example wouldn't show this problem.
    Than i maybe not fully understand you. The file menu has an item "Open File" that contains children items. Can you please explain what you mean exactly?

    Still, they work differently

  5. #5
    Ext GWT Premium Member
    Join Date
    Jan 2009
    Location
    Colorado Springs, CO
    Posts
    325
    Vote Rating
    2
    DavidHoffer is on a distinguished road

      0  

    Default


    Sure. In the examples only File and Foo have items with children. However neither are the first child and that's where the bug is.

    If, in the File case, you move Open File above New...then that should show the problem.

    -Dave

  6. #6
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Thanks for the update. That makes it clearer.