-
9 Jul 2012 4:44 AM #1
LoadMask listeners are not passed to Viewport.setMasked() (2.0.1)
LoadMask listeners are not passed to Viewport.setMasked() (2.0.1)
Hi
I'm trying to listen for a tap event on a LoadMask container ... but the event doesn't fire, only for a Mask container
So this doesn't work
While this one here works okCode:Ext.Viewport.setMasked({ message:"Lederhosen", xtype: 'loadmask', listeners: { tap: function() { console.debug("try 1") } } });
It shouldn't be like this, should it?Code:Ext.Viewport.setMasked({ message:"Lederhosen", xtype: 'mask', listeners: { tap: function() { console.debug("try 2") } } });
Regards
-
11 Jul 2012 5:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
I'm actually classifying this as a bug and have fixed it for 2.0.3
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
11 Jul 2012 6:33 AM #3
-
16 Aug 2012 5:14 AM #4
Mitchell, do you know when 2.0.3 will be release to the masses? Could you share an override in the meantime for us?
-
7 Dec 2012 5:18 AM #5
Hi,
This is still not working in 2.1 ??
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3109
in
2.0.


Reply With Quote