-
27 Dec 2011 7:24 AM #1
[4.1 B1] Button broken when handleMouseEvents is false
[4.1 B1] Button broken when handleMouseEvents is false
Try this code:
It works in 4.0.6, but in 4.1 B1 an error is logged "me.doToggle is not a function"Code:Ext.create('Ext.Button', { renderTo: document.body, text : 'Click me', handleMouseEvents: false, handler: function() { alert('Hi there!') } });
-
27 Dec 2011 8:46 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,610
- Vote Rating
- 435
Looks like a scoping issue as this is the element not the class. Thank you for the report.
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.
-
27 Dec 2011 3:10 PM #3
Cool, fixed the same day

Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-4886
in
4.1.


Reply With Quote