-
3 Aug 2010 8:27 PM #1
[DUPE-197] Numberfield not working as nestedList item in v0.93
[DUPE-197] Numberfield not working as nestedList item in v0.93
I was using a couple of form types as items for the nested list. I tried adding a form panel as item to the nested list. But that didn't work. So I added each individual element as a item to the list. Today I updated to v0.93 and I noticed I get a error when I use number fields.
The error is 'item[null] is not an object'.
This error does not occur in the chrome browser but happens in the iphone when I switch debug mode on.
Does anyone know what causes this issue?
Btw heres the items I added
Code:{ xtype: 'select', name : 'chkService', cls:'serviceSlt serviceTop clientName soapTop', label: 'Category', valueField : 'category', displayField : 'title', store : categotyStore }, { xtype: 'select', name : 'chkService', cls:'serviceSlt serviceTop clientName soapMiddle', label: 'Product', valueField : 'category', displayField : 'title', store : categotyStore }, { xtype: 'numberfield', name: 'chkServicePrice', cls:'serviceSlt serviceMiddle clientName soapMiddle', value:5, label: 'Price' }
-
4 Aug 2010 8:34 AM #2
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-197] NumberField is broken on iPhone
By elishnevsky in forum Sencha Touch 1.x: BugsReplies: 4Last Post: 31 Mar 2012, 1:24 PM -
Numberfield not working as nestedList item in v0.93
By blessan in forum Sencha Touch 1.x: DiscussionReplies: 2Last Post: 4 Aug 2010, 7:45 AM -
Nestedlist breaking when item is a form panel
By blessan in forum Sencha Touch 1.x: DiscussionReplies: 4Last Post: 29 Jul 2010, 7:34 PM -
[DUPE-197] Chart listeners and formatters stop working on tab change
By astoltz in forum Ext 3.x: BugsReplies: 1Last Post: 10 May 2010, 6:27 AM


Reply With Quote