{ "id": "164820", "key": "TIMOB-24245", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-01-28T04:33:48.000+0000", "created": "2016-12-03T22:45:34.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "windows" ], "versions": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-02-06T22:30:00.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-method-scrollToItem\r\n\r\nLIstView method scrollToItem does not work on the Windows platform.\r\n\r\nCreate a Default Allow Project and use the attached index.js file. Build and run. Select the Scroll To Item list item. Works in iOS but does nothing on the Windows platform.\r\n\r\n\r\n\r\n", "attachment": [ { "id": "60826", "filename": "index.js", "author": { "name": "mitch.starnes@bnsf.com", "key": "mitch.starnes@bnsf.com", "displayName": "Mitch Starnes", "active": true, "timeZone": "America/Chicago" }, "created": "2016-12-03T22:41:01.000+0000", "size": 34093, "mimeType": "application/x-javascript" } ], "flagged": false, "summary": "Windows: listview.scrollToItem not working", "creator": { "name": "mitch.starnes@bnsf.com", "key": "mitch.starnes@bnsf.com", "displayName": "Mitch Starnes", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "mitch.starnes@bnsf.com", "key": "mitch.starnes@bnsf.com", "displayName": "Mitch Starnes", "active": true, "timeZone": "America/Chicago" }, "environment": "SDK 6.0.0.GA, Visual Studio 2015 Update 3, Windows Emulator 8.1 1080P 5.5 in", "closedSprints": [ { "id": 796, "state": "closed", "name": "2017 Sprint 02 SDK", "startDate": "2017-01-15T00:00:41.845Z", "endDate": "2017-01-29T00:00:00.000Z", "completeDate": "2017-01-30T21:10:44.640Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "403569", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello [~mitch.starnes@bnsf.com]\r\n\r\nThanks for your report. Would you send us a simple test case with your problem? We have tried your provided code and its not working for me.\r\n\r\nThanks again.", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-12-18T15:34:06.000+0000", "updated": "2016-12-18T15:34:06.000+0000" }, { "id": "403571", "author": { "name": "mitch.starnes@bnsf.com", "key": "mitch.starnes@bnsf.com", "displayName": "Mitch Starnes", "active": true, "timeZone": "America/Chicago" }, "updateAuthor": { "name": "mitch.starnes@bnsf.com", "key": "mitch.starnes@bnsf.com", "displayName": "Mitch Starnes", "active": true, "timeZone": "America/Chicago" }, "created": "2016-12-18T17:17:49.000+0000", "updated": "2016-12-18T20:03:25.000+0000" }, { "id": "403686", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "[~mitch.starnes@bnsf.com],\r\n\r\nSorry for your inconvenience. Finally we have reproduce this as an issue and I am sending this issue to engineering team. Hope we will update you soon.\r\n\r\nThanks", "updateAuthor": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-12-20T16:59:47.000+0000", "updated": "2016-12-20T16:59:47.000+0000" }, { "id": "405249", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/934", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-01-25T08:41:32.000+0000", "updated": "2017-01-25T08:41:32.000+0000" }, { "id": "406437", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with the test case provided in the description and with the test coed provided in https://github.com/appcelerator/titanium_mobile_windows/pull/934. Using {{listview.scrollToItem}} I was able to verify it scrolled to right item. \r\n\r\n*Note: With the test case provided in https://github.com/appcelerator/titanium_mobile_windows/pull/934 i updated the code so it was easier to tell if it was scrolling to the right item. The code i changed was:*\r\n\r\n{{listView.scrollToItem(5 , 1);}} to {{listView.scrollToItem(9 , 1);}}\r\n\r\n*Environment*\r\n{code:java}\r\nPhone : Lumia 640 LTE (RM-1073)\r\nOperating System:\r\nName = Microsoft Windows 10 Pro\r\nVersion = 10.0.14393\r\nArchitecture = 32bit\r\n# CPUs = 4\r\nMemory = 17034395648\r\n \r\nNode.js:\r\nNode.js Version = 4.6.0 \r\nnpm Version = 2.15.9\r\n \r\nTitanium SDK:\r\nSDK Version = 6.1.0.v20170206114448\r\n{code}\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-02-06T22:29:38.000+0000", "updated": "2017-02-06T22:29:38.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }