-
29 Jul 2010 11:25 AM #1
[FIXED-192] Setting 'trackResetOnLoad' in FormPanel is not passed to BasicForm
[FIXED-192] Setting 'trackResetOnLoad' in FormPanel is not passed to BasicForm
Hi,
when using "trackResetOnLoad" in the Designer (xds-1.0.2.11) i noticed that after export this setting is present in the MyFormUi class, but it is not used when the BasicForm is internaly created.
So a check for this.getForm().trackResetOnLoad in MyForm's initComponent() method always shows "false".
Michael
-
29 Jul 2010 7:30 PM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 6
Thanks michael. This affects several of the configuration options of the FormPanel that are set internally to the BasicForm, as they should be placed on the initialConfig. I'll open a ticket to have this resolved for the next release. Thanks again for reporting this. In the meantime, you can put the setting directly on your instantiation of the FormPanel:
Code:new MyForm({ trackResetOnLoad: true });
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-400][3.1] Wrong value passed to TreeSorter.sortType
By azuroff in forum Ext 3.x: BugsReplies: 10Last Post: 26 Jan 2010, 9:24 AM -
[FIXED-192][3.0svn5175-5212] Examples HBox/VBox Layout broken with recent svn builds
By meroy in forum Ext 3.x: BugsReplies: 48Last Post: 6 Dec 2009, 12:22 PM -
[OPEN] [FIXED] [2.0.3] null reference passed to ModelKeyProvider
By drehberger in forum Ext GWT: Bugs (2.x)Replies: 2Last Post: 11 Sep 2009, 6:07 AM -
[FIXED-13][3.x] FlashComponent mutates passed in config objects
By Animal in forum Ext 3.x: BugsReplies: 4Last Post: 6 Aug 2009, 7:28 PM -
BasicForm not setting Items?
By methodz in forum Ext 1.x: Help & DiscussionReplies: 6Last Post: 16 Mar 2008, 11:50 AM


Reply With Quote