Announcement

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

    First menuItem from menu is invoking automatically.

    Hi Admin ,

    We migrated our application from gwt 2.4 smart gwt 3.x to gwt 2.7 and smart gwt 5.1p .

    We have some menu items in menu like this .

    menu.addItem(item1);
    menu.addItem(item2);
    menu.addItem(item2);
    hlayout.addMember(menu);

    On the addRightMouseDownHandler event of the treegrid we are trying to show this menu . But after migration on IE-11 just after right click the first menu item clickHandler event being invoked automatacally without clicking on the menu item . But previously on IE-8 it use to work perfectly but after migration on IE-8 also it is behaving like same . Is there any way so that we can avoid this .?
    Last edited by dsrivastav; 11 Jan 2016, 02:07.
Working...
X