{ "id": "171397", "key": "AC-5673", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2018-03-31T23:37:25.000+0000", "created": "2018-03-24T06:20:38.000+0000", "labels": [ "android" ], "versions": [ { "id": "17038", "name": "Appcelerator Studio 4.5.0", "archived": false, "released": false } ], "issuelinks": [ { "id": "56414", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "171149", "key": "TIMOB-25792", "fields": { "summary": "Android: Scrolling horizontal ScrollView within a vertical ScrollView should disable vertical scrolling", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-03-31T23:37:25.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I have horizontal ScrollView nested inside a vertical ScrollView which works fine on Ti SDK 6.2.2 but when I compile it using Ti SDK 6.3 and above the scroll for horizontal ScrollView doesn't work properly. Due this issue I am unable to upgrade Titanium SDK for my app.\r\nPlatform : Android\r\nSDK : 6.3+\r\nSystem details \r\nOperating System\r\n Name = Mac OS X\r\n Version = 10.12.6\r\n Architecture = 64bit\r\n # CPUs = 4\r\n Memory = 4294967296\r\nNode.js\r\n Node.js Version = 8.9.3\r\n npm Version = 5.5.1\r\nTitanium CLI\r\n CLI Version = 5.0.14\r\nTitanium SDK\r\n SDK Version = 7.0.1.GA\r\n Target Platform = android\r\n\r\n", "attachment": [ { "id": "64990", "filename": "app.js", "author": { "name": "ppatil", "key": "ppatil", "displayName": "Pritish Patil", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-24T06:19:51.000+0000", "size": 4897, "mimeType": "text/javascript" } ], "flagged": false, "summary": "Android: Nested ScrollViews are not working for Titanium SDK 6.3+", "creator": { "name": "ppatil", "key": "ppatil", "displayName": "Pritish Patil", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ppatil", "key": "ppatil", "displayName": "Pritish Patil", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "435886", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I tried to test the issue with SDK 7.1.0GA and in SDK 6.2.2.GA. I am not sure what seems to be the issue here? I get the same outlook in the emulator for both SDK. Can you explain a bit more on this? Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-03-24T21:13:20.000+0000", "updated": "2018-03-24T21:13:20.000+0000" }, { "id": "435895", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "This was likely fixed in 7.1.0 as parr of TIMOB-25552, please confirm.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-25T17:34:25.000+0000", "updated": "2018-03-25T17:34:25.000+0000" }, { "id": "435905", "author": { "name": "ppatil", "key": "ppatil", "displayName": "Pritish Patil", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi,\r\n\r\nI compiled the project using SDK 7.1.0 but still have the problem with horizontal scrollview added at the bottom of the vertical scrollview. When I scroll the horizontal scroll, the vertical one also automatically moves up and down which I don't want.\r\nThe same code works fine on SDK 6.2.2. Tested on OnePlus 2 (Android 6.0.1)\r\n\r\nOutput on 6.2.2 : https://goo.gl/fsD5hB\r\nOutput on 7.1 : [https://goo.gl/L4tioT]\r\n\r\nScroll works fine till 6.2.2 but after that it does not.\r\n\r\n", "updateAuthor": { "name": "ppatil", "key": "ppatil", "displayName": "Pritish Patil", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-26T06:18:14.000+0000", "updated": "2018-03-26T06:18:14.000+0000" }, { "id": "435979", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is still an open issue: [TIMOB-25792]\r\n[~ppatil], the above ticket has a work-around you can use too.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-27T17:30:47.000+0000", "updated": "2018-03-27T17:30:47.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }