-
18 May 2011 1:40 AM #1
bubble event on sub-menus broken in 3.3.3
bubble event on sub-menus broken in 3.3.3
I have installed Ext 3.3.3 from svn and found the event from sub-menus does not bubble. It worked perfectly in 3.3.1
fix / workaround would be highly appreciated.
Code:Ext.onReady(function(){ new Ext.Toolbar({ renderTo: 'cont', items: { text:'menu', menu:{ xtype:'menu', listeners: {'click':function(mi, c){ alert ('click: ' + c) }}, items: [{ text:'Level 1 Pos 1', menu: { items: [{ text:'Level 2 Pos 1', bubbleEvents: ['click'] }] } }] } } }); });
-
18 May 2011 3:47 PM #2
Do you want me to move this thread to Bugs?
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
18 May 2011 9:19 PM #3
I was not shure if I make something wrong or if it es a bug.
If you find it to be a bug - please move it to bugs.
Do you have any idea for a workaround? I had to downgrade ext for my project but now there are issues with IE9.
-
19 May 2011 12:15 AM #4
Config is OK and it worked in 3.3.1 so my conclusion is that it is a bug. Moving.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
15 Nov 2012 2:11 AM #5
Saki, has this bug been fixed in 3.4? I've just updated a legacy application to 3.4 for IE9 support and this bug seems to be still present...
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote