[AC-3029] the method tableView.scrollToIndex doesn't work if property animated is set to false
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-09T15:46:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | florent loose |
Assignee | Devang Gandhi |
Created | 2012-02-10T06:13:10.000+0000 |
Updated | 2016-03-08T07:48:03.000+0000 |
Description
This code doesn't work (there is no scroll at all) :
tableview.scrollToIndex(lastRowClicked, {
animated: false,
position : Titanium.UI.iPhone.TableViewScrollPosition.NONE
});
Whereas the exact same code with "animated:false" commented works OK :
tableview.scrollToIndex(lastRowClicked, {
//animated: false,
position : Titanium.UI.iPhone.TableViewScrollPosition.NONE
});
Tested on iOS simulator only
Hello! Can you please provide all the info needed to migrate this as a bug in mobile? The instructions here: https://wiki.appcelerator.org/display/guides2/Reporting+Bugs+or+Requesting+Features Best, Mauro
Hi, I tried the kitchen sink example, and it works fine. thanks.
verified with kitchen sink example.
Closing since no further update from the reporter and our test indicates that the feature works as expected.