Daily Build 2214 or 2189 – both have this problem running core (not github) widgets.
In 1.0 compatibility mode, tableView sets itself at getContentPosition() 0 initially, as it should. However, any swipe up makes it bounce down to around getContentPosition() -200. Swipe down makes it bounce back to position 0. I just fought with this in my app, but then I ran it in the widget demo – same thing.
Widget demo – set 1.0 compatibility mode. Run the demo. Tab 1, the tableView, looks all jumbled, but the bounce to wrong content position problem is still demoable. the blank white tableView is there, but if you swipe up and down, it will reposition itself so that the black surrounding it is in a different place. Putting a getContentPosition() call in there will confirm that it’s bouncing its at-rest position from the proper 0 to a big negative number about -200.
Has there been a successful test of compatibility mode with tableView? I know the migration guide has the special bits about tableView, but since this bounce problem is quickly reproed in the widget demo, I’m wondering if anyone has seen the compatibility mode in action with tableView.
I’ve gone on with my migration and I have my app mostly working, but this is a showstopper for 1.0 compatibility for me.
Anyone have any thoughts?