[TIMOB-10052] iOS: Enable scrollsToTop property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-16T12:25:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-16 API, Release 2.1.2, Release 3.0.0 |
Components | iOS |
Labels | api, ios, module_tableview, qe-testadded |
Reporter | Mitchell Amihod |
Assignee | Blain Hamon |
Created | 2012-05-17T13:58:56.000+0000 |
Updated | 2013-07-16T12:25:20.000+0000 |
Description
Enable scrollsToTop on tableView to be able to manually set which tableView will respond to scroll-to-top gesture when you have multiple tableViews on a 'page'
https://github.com/appcelerator/titanium_mobile/pull/2205
Attachments
File | Date | Size |
---|---|---|
app.js | 2012-05-17T13:58:56.000+0000 | 924 |
Pull request has been closed. I have closed this ticket.
actually, ticket still valid, since PR was closed due to wron branch. issue still exits that sdk doesnt expose this property
Reopened this ticket based on last comment. Please add the PR information when you have it ready.
hi neeraj, here's the updated req https://github.com/appcelerator/titanium_mobile/pull/2605
Can we expose this to more views that can be scrolled. Combining a TextArea with a TableView in the same window breaks the table scroll when the status bar is tapped.
See customer's ticket: http://support.appcelerator.com/tickets/APP-312844
https://github.com/appcelerator/titanium_mobile/pull/2605 (which is right branch) is still pending the pull maker's addressing of comments.
@dan there's no reason why it can't be applied to all scrollable views. I made this to fix my problem, and opened the ticket/pr to bring some awareness to the issue for you all @blain what you suggested is fine. i just havent had a chance to act on it.
Pull now pending, including TextAreas as well as putting in the documentation that we forgot about ScrollView and WebView (Whoops!).
Fixed by PR https://github.com/appcelerator/titanium_mobile/pull/2690
Verified fix with: Titanium Studio, build: 2.1.1.201207271312 Titanium SDK: 2.2.0.v20120813184911 Devices: iPhone 4s 5.0.1 iPad1 5.1.1 Simulator 5.1 Mac osx 10.8 Mountain Lion
Reopening to add fixVersion
Fixed in 2_1_X by https://github.com/appcelerator/titanium_mobile/pull/2734
Reopening just to update label.
Updated label. Verified with: Titanium Studio:3.1.2.201307091843 Titanium SDK: 3.1.2.v20130710144553 acs:1.0.3 alloy:1.1.3 npm:1.2.14 titanium:3.1.1 titanium-code-processor:1.0.1 OS: OSX 10.8 Device:ipad mini(v6.0) iphone4(v5.1) Xcode: 4.5.1 scrollsToTop property for iOS working