-
1 Sep 2010 11:20 AM #1
[FIXED] BUG in xds-1.0.2.13
[FIXED] BUG in xds-1.0.2.13
Hi guys,
I have found a bug in last update of ExtDesigner xds-1.0.2.13. The problem is related to autoRef property, in my case. The situation is: I have changed the value of minChars in my combobox on the form component, the code generated by the new version is:
In the prior version the code was:PHP Code:{
xtype: 'combo',
fieldLabel: 'Equipamento',
anchor: '100%',
displayField: 'equipamento',
valueField: 'id',
triggerAction: 'all',
name: 'equipamento_id',
hiddenName: 'equipamento_id',
allowBlank: false,
ref: 'cmbEquipamento',
initialConfig: Ext.apply(this.initialConfig, {
minChars: 1
})
}
This affects the ref property on the component class, and I don't know why this occurs, but this.cmbEquipamento is undefined is the error when I try to access this field by your ref.PHP Code:{
xtype: 'combo',
fieldLabel: 'Equipamento',
anchor: '100%',
displayField: 'equipamento',
valueField: 'id',
triggerAction: 'all',
name: 'equipamento_id',
hiddenName: 'equipamento_id',
allowBlank: false,
ref: 'cmbEquipamento',
minChars: 1
}
Otávio Augusto Rodrigues Fernandes
Net On - Soluções Tecnológicas Ltda
Desenvolvimento e Consultoria em ExtJS
www.neton.com.br
otavio@neton.com.br
(31) 3075-7868
-
1 Sep 2010 11:47 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Otavio,
I have already corrected this bug for another release later this evening. I apologize for the inconvenience and appreciate your reporting this issue.
Thanks,
Jarred
-
2 Sep 2010 3:26 PM #3
i think it is the same problem like in my case ? mabe

http://http://www.sencha.com/forum/s...pdate-designer
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-169] xds-1.0.2.0 - form api bug
By jvolt in forum Ext Designer: BugsReplies: 22Last Post: 22 Jul 2010, 5:36 AM -
[OPEN-177] xds-1.0.2.2 - jsClass Bug with Namespaces
By hschaefer123 in forum Ext Designer: BugsReplies: 2Last Post: 12 Jul 2010, 12:50 PM -
[FIXED] PagingToolbar dock issue in xds-1.0.2.0
By froamer in forum Ext Designer: BugsReplies: 1Last Post: 8 Jul 2010, 7:57 AM -
[FIXED-164] xds-1.0.2.0 Corrupts CompositeFields
By froamer in forum Ext Designer: BugsReplies: 3Last Post: 7 Jul 2010, 7:26 AM -
[FIXED-70] Recent update(xds-1.0.0.3) has broken the store
By jackygurui in forum Ext Designer: BugsReplies: 1Last Post: 30 Mar 2010, 4:06 PM


Reply With Quote