Sencha Touch 2 FormPanel not showing up properly (layout issue?)
问题 I'm having trouble with the layout of a FormPanel in Sencha Touch 2. See example app below. There should be a panel with 'vbox' layout containing 3 items: a piece of text, a FormPanel, and another piece of text. However the FormPanel seems to get size 0x0 and not show up at all, so I only see the two texts. I found 2 things that get the form panel to show up: Setting layout: 'fit' on the outer panel. But then everything overlaps. fit isn't really designed for more than one item, so this isn't