-
2 Aug 2010 7:40 AM #1
[FIXED-193] FormPanel.submit doesn't call handlers
[FIXED-193] FormPanel.submit doesn't call handlers
It seems that there is a bug in FormPanel.submit : the success handler is never called. The problem is because the options parameter received by callback function on Ext.Ajax.request isn't the same as the options parameters passed to FormPanel.submit. So in the callback function of Ajax.request, the value options.success is always undefined.
-
2 Aug 2010 7:46 AM #2
To temporary fix the bug, I modified the source to change in the FormPanel.submit function
callback : function(options, success, response){
by
callback : function(options2, success, response){
With it, that's worked.
-
2 Aug 2010 9:04 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
Thank you for the report.
-
2 Aug 2010 8:25 PM #4
Miss63--
Thanks again for the report. This has been corrected for 0.94."be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-693] GroupingView doesn't call rowsinserted
By clesquir in forum Ext 3.x: BugsReplies: 1Last Post: 9 Mar 2010, 12:07 PM -
[FIXED-193][3.0.0] RowEditor tooltip event listeners not removed
By DaveX in forum Ext 3.x: BugsReplies: 1Last Post: 27 Aug 2009, 12:43 AM -
form.submit doesn't call url in form submit action
By webwolfi in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 26 Apr 2009, 10:16 AM -
FormPanel => Enter key doesn't submit in Firefox
By Kutu in forum Ext GWT: Bugs (1.x)Replies: 4Last Post: 31 Aug 2008, 8:23 PM -
[FIXED] Dialog - setting size before show doesn't work on second call
By plitvak in forum Ext GWT: Bugs (1.x)Replies: 2Last Post: 18 Jun 2008, 3:43 AM


Reply With Quote

