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 .?
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 .?