Threaded View
-
17 Nov 2012 8:07 PM #1
List in a fieldset doesn't show in form.Panel view
List in a fieldset doesn't show in form.Panel view
This problem occured today, after switching from Sencha Touch 2.0 to 2.1
Browser versions tested against:- Chrome version 23 (Mac OS X)
- Safari (Mac OS X)
- List placed within a fieldset does not show in Ext.form.Panel view
- Create an Ext.form.Panel, place a 'list' in a 'fieldset'
- The list is seen in the view
Code:layout: 'vbox', items : [ { xtype: 'fieldset', items: [ { xtype: 'list', disclosure: true, itemTpl: '{title}', flex: 1, data: [ { title: 'Item 1' }, { title: 'Item 2' }, { title: 'Item 3' }, { title: 'Item 4' } ] } ] } ]
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote