-
13 Oct 2010 12:30 AM #1
[PENDING] Checkbox - Event "Check" fires while loading data
[PENDING] Checkbox - Event "Check" fires while loading data
Ext version tested:
- Ext 3.3.0
- ext
- only default ext-all.css
- FF3 (firebug 1.5.4 installed)
- Win 7 Pro
- Event "check" from checkbox will be fired while loading data from direct store
See this URL : http://www.sencha.com/forum/showthre...-data&p=523907Code:var testform = new Ext.form.FormPanel ({ items: [{ xtype: 'checkbox', fieldLabel: 'Label 1', name: 'label1', listeners: ({ 'check': function() { safeFormData(); } }) }], api: { load: Ext.ss.class.load, submit: Ext.ss.class.submit }, listeners: ({ 'afterrender': function(){ loadFormData(); } }) }); function loadFormData() { testform.load(); } function safeFormData() { testform.getForm().submit({ waitMsg: 'Save settings...' }); }
Steps to reproduce the problem:
- none
The result that was expected:
- none
The result that occurs instead:
- none
Screenshot or Video:- none
Debugging already done:- yes
- see thread above
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Checkbox - Event "Check" fires while loading data
By dalder in forum Ext 3.x: Help & DiscussionReplies: 7Last Post: 28 Jan 2011, 11:45 AM -
[PENDING][3.1] "write" event of Ext.data.store length of rs is always 0
By sunmoonone in forum Ext 3.x: BugsReplies: 0Last Post: 28 Jan 2010, 7:09 PM -
HOW TO: Show Form's loading message UNTIL after "actioncomplete" event fires?
By wgpubs in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 17 Jul 2009, 10:40 PM -
[2.0.2][FIXED] Checkbox sends "check" event while being rendered
By jweber in forum Ext 2.x: BugsReplies: 12Last Post: 15 Feb 2009, 10:12 AM -
checkbox "check" event fires on form load?
By TopKatz in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 19 Aug 2008, 10:30 AM


Reply With Quote