{ "id": "113768", "key": "TIMOB-13753", "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": [ { "id": "15109", "description": "2013 Sprint 11", "name": "2013 Sprint 11", "archived": true, "released": true, "releaseDate": "2013-06-03" } ], "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": "2013-05-30T06:18:05.000+0000", "created": "2013-05-03T13:55:03.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "exalture" ], "versions": [], "issuelinks": [], "assignee": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T21:35:56.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": "h2. Problem description\r\n\r\nWhen anyDensity is true, showPagingControl is not properly working; the arrows to scroll are not shown.\r\n\r\nh2. Steps to reproduce\r\n\r\nTo test the bug, use the following code:\r\n\r\n{code}\r\nvar win4 = Titanium.UI.createWindow();\r\n\r\nvar scrollableView = Titanium.UI.createScrollableView({\r\n\tshowPagingControl : true,\r\n\twidth : '100%',\r\n\theight : '100%'\r\n});\r\n\r\nscrollableView.addView(getView('red'));\r\nscrollableView.addView(getView('green'));\r\nscrollableView.addView(getView('blue'));\r\n\r\nfunction getView(backgroundColor) {\r\n\treturn Titanium.UI.createView({\r\n\t\tbackgroundColor: backgroundColor\r\n\t});\r\n\r\n}\r\n\r\nwin4.add(scrollableView);\r\n\r\nwin4.open();\r\n{code}\r\n\r\nWhen anyDensity is set to true in tiapp.xml, the code above will not show the arrows to scroll between the views.", "attachment": [], "flagged": false, "summary": "Android: showPagingControl not working properly when anyDensity is set to 'true'", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Android 4.1\r\nSDK 3.1", "comment": { "comments": [ { "id": "254814", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The issue cannot reproduce with master 3.2.0 \r\n\r\nTested On:\r\n\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.2.0 \r\nDevice: Samsung galaxy s duos Android version: 4.0.4", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T06:18:05.000+0000", "updated": "2013-05-30T06:19:11.000+0000" }, { "id": "414472", "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:35:56.000+0000", "updated": "2017-03-21T21:35:56.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }