Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3029] the method tableView.scrollToIndex doesn't work if property animated is set to false

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionFixed
Resolution Date2012-04-09T15:46:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
Reporterflorent loose
AssigneeDevang Gandhi
Created2012-02-10T06:13:10.000+0000
Updated2016-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

Comments

  1. Mauro Parra-Miranda 2012-04-04

    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
  2. Devang Gandhi 2012-04-09

    Hi, I tried the kitchen sink example, and it works fine. thanks.
  3. Devang Gandhi 2012-04-09

    verified with kitchen sink example.
  4. Shak Hossain 2013-12-28

    Closing since no further update from the reporter and our test indicates that the feature works as expected.

JSON Source