-
2 Apr 2012 5:39 PM #1
Toggle change event not firing in 2.0.1rc
Toggle change event not firing in 2.0.1rc
The following code results in the change event firing in 2.0.0 but not in 2.0.1rc
Code:Ext.Loader.setConfig({ enabled: true, paths: { 'Ext': '../Content/sencha2.0.1rc1/src' } }); Ext.application({ appFolder: '/IFP/Test/app', name: 'app', requires: [ 'Ext.form.Panel', 'Ext.field.Toggle' ], launch: function () { Ext.create('Ext.form.Panel', { fullscreen: true, items: [{ xtype: 'togglefield', value: 0, label: 'Toggle party:', listeners: { change: function () { alert('Fired'); } } }] }); } });
-
3 Apr 2012 7:11 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
Animation is gone also.
Thanks 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.
-
9 Apr 2012 10:41 AM #3
Fixed for the next release. Thanks!
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2668
in
Sprint 21 (2.0.1).


Reply With Quote