{ "id": "63398", "key": "TIMOB-2766", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": [], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-08-27T11:55:48.000+0000", "created": "2011-04-15T03:28:59.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "defect", "in", "reported-1.6.0", "scrollview", "tableview" ], "versions": [], "issuelinks": [ { "id": "20260", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-10T18:18:36.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}

spun off after closing #1787

\n

Titanium SDK version: 1.6.0 (01/06/11 08:47 8b2fd0e), seen only\non the G1 running 1.6

\n

1.create a test app with the following snippet

\n

Titanium.UI.setBackgroundColor('#000');
\nvar win = Titanium.UI.createWindow({

\n
\ntitle:'Test', backgroundColor:'#fff', fullscreen: true\n
\n

});

\n

var views = [];
\nfor (var i = 0; i < 5; i++) {

\n
\nviews.push(\n    Ti.UI.createTableView({\n        data: [ Ti.UI.createTableViewRow({title: 'Row for view ' + i}) ]\n    })\n);\n
\n

}

\n

win.add(Ti.UI.createScrollableView({ views: views }));
\nwin.open();

\n

2.install onto a 1.6 device
\n3.watch the scroll view, and scroll right (to the second\nscrollView)

\n

results: no animation (should animate from left to right as\nswipe occurs)

\n

4.repeat from 1 - 2 again

\n

results: animation now occurs.

\n

notes: only happens to the first swipe and only affects the\nfirst tableView.

{html}", "attachment": [], "flagged": false, "summary": "Android: cosmetic issue with first scroll when scrollviews are in a table view", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "216243", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Tested on a Samsung Galaxy S2 using TiSDK 2.2.0v20120824175712, unable to reproduce the issue. Ticket marked as resolved. ", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-08-27T11:55:48.000+0000", "updated": "2012-08-27T11:55:48.000+0000" }, { "id": "411221", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-10T18:18:36.000+0000", "updated": "2017-03-10T18:18:36.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }