In setting up the test case, I noticed the text field doesn't look right - not sure if that is a separate issue or if I'm missing a new config option in 2.1.0 RC2
Steps to reproduce the problem:
Add a list to a vbox panel and set the list's 'scrollable' config option to false
The result that was expected:
The list should not be scrollable and the list's height should be the height of all list items.
The result that occurs instead:
The list is scrollable and the list takes up the remainder of the vbox panel.
The first attachment is the expected result and was obtained with ST 2.0.1
The second attachment shows the result with ST 2.1.0 RC2. The list is too tall and is scrollable (and the scrollbar doesn't seem to be styled correctly at the bottom - it is flat instead of rounded)
Debugging already done:
Tested in Sencha Touch 2.0.1 and it works as expected - the "flex: 1" must be removed from the list config in the example provided. Removing "flex: 1" with 2.1.0 RC2 results in the list disappearing completely (height == 0).