Issue
As the title
Tested on
iOS simulator
Expected behavior
Pull down to refresh works in Titanium SDKs 2.0.x
Current behavior
Pull down to refresh doesn't works in Titanium SDKs 2.1.x
Steps to reproduce
1. Run Kitchen Sink demos
2. Go to sample: Base UI tab > Views > TableViews > Pull to refresh
Titanium SDK version: 2.0.2 (05/10/12 22:31 82d3920)
[INFO] One moment, building ...
[INFO] Titanium SDK version: 2.0.2 (05/10/12 22:31 82d3920)
[INFO] iPhone Device family: universal
[INFO] iPhone SDK version: 5.0
[INFO] iPhone simulated device: iphone
[INFO] Performing full rebuild. This will take a little bit. Hold tight...
[INFO] Skipping JS compile, running from simulator
[WARN] The project seems to be having custom info.plist which does not contain the CFBundleShortVersionString
key
[INFO] Generating the missing CFBundleShortVersionString
key
[INFO] Detected compiler plugin: ti.log/0.1
[INFO] Compiler plugin loaded and working for ios
[INFO] Performing clean build
[INFO] Compiling localization files
[INFO] Detected custom font: comic_zine_ot.otf
[INFO] Launching application in Simulator
[INFO] Launched application in Simulator (31.21 seconds)
[INFO] Application started
[INFO] KitchenSink/1.0 (2.0.2.v20120510223154.82d3920)
[INFO] Welcome to Kitchen Sink for Titanium/2.0.2
Titanium SDK version: 2.1.0 (05/02/12 17:33 85e7af3)
[INFO] One moment, building ...
[INFO] Titanium SDK version: 2.1.0 (05/02/12 17:33 85e7af3)
[INFO] iPhone Device family: universal
[INFO] iPhone SDK version: 5.0
[INFO] iPhone simulated device: iphone
[INFO] Performing full rebuild. This will take a little bit. Hold tight...
[INFO] Skipping JS compile, running from simulator
[WARN] The project seems to be having custom info.plist which does not contain the CFBundleShortVersionString
key
[INFO] Generating the missing CFBundleShortVersionString
key
[INFO] Detected compiler plugin: ti.log/0.1
[INFO] Compiler plugin loaded and working for ios
[INFO] Performing clean build
[INFO] Compiling localization files
[INFO] Detected custom font: comic_zine_ot.otf
[INFO] Launching application in Simulator
[INFO] Launched application in Simulator (35.35 seconds)
[INFO] Application started
[INFO] KitchenSink/1.0 (2.1.0.v20120502173348.85e7af3)
[INFO] Welcome to Kitchen Sink for Titanium/
contentOffset
http://docs.appcelerator.com/titanium/2.0/index.html#!/api/Titanium.UI.TableView-event-scrollEnd
I just discovered the bug independently, exactly as described here. Thanks for raising it.
same problem, when touchEnd is fired with the tableView scrolled down the "e.contentOffset.y" report a value of 0. Also the scroll event continue to run after the tableView is released and return to top.
Any new on this?? Thank you
Closing bug as invalid. As this is the new expected behavior. Tested on iPhone Sim 4.3 and 5.0 on Xcode 4.3 on Titanium SDK 2.1.0 build a04ec8f4e51c915e009222c3e11180a3f04a128c
Closing ticket as invalid.