-
17 Mar 2011 8:53 AM #1
[OPEN-EXTJSIV-195] combobox error: me.dom.className is undefined
[OPEN-EXTJSIV-195] combobox error: me.dom.className is undefined
Hi all,
I have a combobox like it:
If I select a value, then clear it manually, when I try select another value at list, the follow error message is showed:PHP Code:{
xtype: 'combo',
displayField: 'name',
valueField: 'name',
store: this.organizationStore,
name: 'customer',
itemId: 'cmbCustomer',
emptyText: this.organizationEmptyText,
fieldLabel: this.organizationLabel,
listeners: {
//'blur': this.addOrganization,
scope: this
}
}
Code:me.dom.className is undefined space = ((me.dom.class...place(trimRe, '') == '') ? "" : " "), ext-core-debug.js (line 10304)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
-
21 Mar 2011 7:30 AM #2
[PR5] combobox don't select value
[PR5] combobox don't select value
Hi all,
In PR5 the error message was removed, but as previous problem, when select the new value, it is not selected in combo.
Thanks.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
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-177][PR4] Grid Plugins Example disabled button error in IE7
By slemmon in forum Ext:BugsReplies: 1Last Post: 11 Apr 2011, 8:12 PM -
[FIXED-EXTJSIV-183][PR4] Layout rendering issues
By vmadman in forum Ext:BugsReplies: 8Last Post: 11 Apr 2011, 7:49 PM -
[CLOSED EXTJSIV-146] Several issues with numeric axis
By James Goddard in forum Ext:BugsReplies: 6Last Post: 24 Mar 2011, 7:49 PM -
[PR5][FIXED-EXTJSIV-189] ComboBox Selection Issue
By PV-Patrick in forum Ext:BugsReplies: 8Last Post: 22 Mar 2011, 5:26 PM -
[OPEN-EXTJSIV-107] localization: only core seems to be localized
By jan.harmsen in forum Ext:BugsReplies: 0Last Post: 21 Mar 2011, 9:37 AM


Reply With Quote