-
5 Jan 2011 2:34 AM #1
[FNR] Button menu does not hide anymore on multiple click
[FNR] Button menu does not hide anymore on multiple click
If you doubleclick a button with an assigned menu, then click away, the menu does not hide. Works with gxt version used in the explorer demo site, but not with current trunk.
Code:@Override public void onModuleLoad() { Button button = new Button("menubutton"); Menu menu = new Menu(); menu.add(new MenuItem("menuitem")); button.setMenu(menu); RootPanel.get().add(button); }
-
5 Jan 2011 12:28 PM #2
trunk does not hold the latest code. The latest code is in "releases/2.2". I could reproduce this there.
-
13 Jul 2011 2:32 AM #3
This is already fixed in SVN and will be part of the next relaese
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Button menu-active style no longer added/removed on menu show/hide
By wdrwilson in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 24 Nov 2008, 6:11 AM -
Prevent menu hide on button click
By scipio in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 15 Apr 2008, 2:33 PM -
Don't hide menu, when click an item
By mr.Drago in forum Ext 1.x: Help & DiscussionReplies: 8Last Post: 3 Oct 2007, 8:42 AM -
Button with Menu (menu auto show/hide)
By fafhrd in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 23 Mar 2007, 12:19 AM


Reply With Quote