-
15 Mar 2012 5:23 AM #1
events
events
well, events are still fu** up

this code worked before ext41b3, but in ext41b3 and RC1 it doesn't work:
Code:Ext.util.Observable.observeClass(Ext.form.field.Base); Ext.form.field.Base.on('afterrender', function(component) { component.validate(); });
-
15 Mar 2012 2:42 PM #2
Observable broken for class observation
Observable broken for class observation
Originally reported here:PHP Code:Ext.util.Observable.observeClass(Ext.form.field.Base);
Ext.form.field.Base.on('afterrender', function(component) {
component.validate();
});
http://www.sencha.com/forum/showthre...l=1#post756479Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-5630
in
4.1.


Reply With Quote