-
22 Nov 2012 11:08 AM #1
Unanswered: waitMsg in form submit
Unanswered: waitMsg in form submit
When waitMsg is provided in the oprions of form submit, in which there are some field validation errors like allowBlank:false then a Mask appears and hides the entire window and cant able to close it unless we hit browser refresh. (Through the mask the validation red borders for the fields are visible.)
when waitMsg is commented we dont face any problem like that. Previosly(4.0) it was working fine, dont know its due to 4.1 upgrade or not. since before 1 month we have upgraded it and by today only found all the form on validation error has this masking problem.Code:window.down('form').getForm().submit({ url:'data/CompanySaveAction' waitMsg:'Data Processing...' success:function(){ window.destroy(); store.sync(); store.load(); } });
-
24 Nov 2012 6:33 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
Just testing in the latest release (available to support subscribers), 4.1.3, I don't have this issue.
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.


Reply With Quote