-
24 Apr 2008 10:42 AM #1
[2.1] Menus do not disappear when submenus are opened but not clicked
[2.1] Menus do not disappear when submenus are opened but not clicked
i already did a thread in the help forum here, but i think it should be better pasted here
it seems any menu which has submenus does not hide themself automatically, if you move over the submenu, let it open, but do not click anywhere in the submenu. The submenu disappears, but the main menu does not (i tried to click anywhere in the screen, but it keeps showing until i click something on the mainmenu, which i don't want anytime.
The first time i recognized this, was the grid-filter: when you enter something, but do not press enter and only want to close the contextmenu, it won't disappear until you explicitly click on some of the menuentries (or open another gridmenu of a different column)
PHP Code:this.menu = new Ext.menu.Menu({
items: [{
text:'main menu entry',
menu : new Ext.menu.Menu({
items: [{
text: 'submenu'
}
]
})
}]
});
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
29 Apr 2008 10:54 PM #2
bump...
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
22 Nov 2012 7:55 AM #3
solved?
solved?
Hi,
someone have solved this bug?
-
27 Nov 2012 6:10 AM #4
yes, it' solved at least since Ext 2.3.
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26


Reply With Quote