Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
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']
}]
}
}]
}
}
});
});
-
Do you want me to move this thread to Bugs?
-
Sencha Premium Member
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.
-
Config is OK and it worked in 3.3.1 so my conclusion is that it is a bug. Moving.
-
Ext JS Premium Member
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...