Threaded View
-
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'] }] } }] } } }); });
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote