{ "id": "129155", "key": "TIMOB-16859", "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": "2014-08-08T13:33:01.000+0000", "created": "2014-04-17T11:23:54.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity", "qe-3.2.3" ], "versions": [ { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T21:41:17.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": "View inside ScrollView does not scroll horizontally when horizontalWrap property is set as true.\r\n\r\nStep to reproduce:\r\n1.Copy Paste below code in app.js\r\n2. Run the app.\r\n\r\nActual Result:\r\nScrollView does not scroll horizontally.\r\n\r\nExpected Result:\r\nScrollView should scroll horizontally.\r\n\r\n{code}\r\nvar win=Ti.UI.createWindow({});\r\n\r\nvar ScrollView = Ti.UI.createScrollView({\r\n\theight : 120,\r\n\twidth : Ti.UI.FILL,\r\n\tcontentWidth : 'auto',\r\n\tbackgroundColor : \"#a9a9a9\",\r\n\tscrollType : 'horizontal',\r\n\tlayout : 'horizontal',\r\n\t//horizontalWrap:'false' // Uncommenting this line make scrollView scroll\r\n}); \r\nwin.add(ScrollView);\r\n\r\nfor (var i = 0; i < 10; i++) {\r\n\tvar tile = Ti.UI.createView({\r\n\t\tbackgroundColor : 'red',\r\n\t\ttop : 10,\r\n\t\theight : 100,\r\n\t\tleft : 10,\r\n\t\twidth : 90\r\n\t});\r\n\r\n\tScrollView.add(tile);\r\n}\r\n\r\nwin.open();\r\n\r\n{code}\r\n\r\nNote:Its is not a regression.\r\nAnd it is working fine on iOS.Verified with Iphone5(v7.1)\r\n", "attachment": [], "flagged": false, "summary": "Android: View inside ScrollView does not scroll horizontally when horizontalWrap property is set as true", "creator": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appc-Studio:3.2.3.201404151910\r\nsdk:3.3.0.v20140416200257\r\nacs:1.0.14\r\nalloy:1.3.1\r\nnpm:1.3.2\r\ntitanium:3.2.3-beta\r\ntitanium-code-processor:1.1.1-beta1\r\nxCODE:5.1.1\r\nDevice:Nexus7(v4.4.2),Iphone5(v7.1)", "comment": { "comments": [ { "id": "317711", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot reproduce\r\n\r\nTitanium Studio, build: 3.3.0.201407100905\r\nTitanium SDK version 3.3.0.GA \r\nCLI version 3.3.0, \r\ndevice: HTC Desire X (HT35XLY01791)\r\nTargeting Android SDK: 20", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-08T13:30:25.000+0000", "updated": "2014-08-08T13:30:25.000+0000" }, { "id": "414488", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced and due to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T21:41:17.000+0000", "updated": "2017-03-21T21:41:17.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }