-
13 Jul 2012 2:21 AM #1
Extjs 4.1.1 / Form Load / waitMsg / disable all
Extjs 4.1.1 / Form Load / waitMsg / disable all
Hello,
I have an issue when loading forms, it works with 4.1.0 but with 4.1.1 (just downloaded from Sencha Care) all element are disabled... I suspect an issue with the loading mask...
BUT it works if I take of the waitMsg property...PHP Code:Ext.getCmp('fp_nego_launch').load({ url: '_cfm/negotiation/get_negotiation_launch.cfm?grantyear=' + combo.getValue(), method: 'GET', waitMsg: 'Loading', scope: this, success: function (form, action) { this.fnNegoLaunchRestrictForm(); }, failure: function (form, action) { /*console.log('error');*/ }});
This form is within a window and the load is triggered when selecting an item in a combo (part of the form)PHP Code:Ext.getCmp('fp_nego_launch').load({ url: '_cfm/negotiation/get_negotiation_launch.cfm?grantyear=' + combo.getValue(), method: 'GET', scope: this, success: function (form, action) { this.fnNegoLaunchRestrictForm(); }, failure: function (form, action) { /*console.log('error');*/ }});
I got the issue on all my forms....
-
13 Jul 2012 9:38 PM #2
Moved to bugs forum.
Scott.
-
13 Jul 2012 9:44 PM #3
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
13 Jul 2012 9:58 PM #4
err, thanks.
This duplicates another bug already reported in our system:
EXTJSIV-6794


Reply With Quote