{ "id": "123271", "key": "TIMOB-15900", "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": "15935", "description": "2014 Sprint 06", "name": "2014 Sprint 06", "archived": true, "released": true, "releaseDate": "2014-03-28" }, { "id": "15936", "description": "2014 Sprint 06 SDK", "name": "2014 Sprint 06 SDK", "archived": true, "released": true, "releaseDate": "2014-03-28" }, { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-03-21T23:29:03.000+0000", "created": "2013-12-05T10:14:48.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_pagingcontrol", "qe-3.2.0", "qe-closed-3.2.3", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "37283", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "123161", "key": "TIMOB-15863", "fields": { "summary": "Android: ScrollableView scroll indicators blurry/distorted on device", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-05-05T21:37:35.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": "PageControl appears blurr in 3.2 SDK whereas it appears as triangular navigator in 3.1.3.GA SDK. Hence this is regression\n\nSteps To Reproduce:\n# Run the app attached.\n# Check the 'value:' in the lower-right corner.\n# Scroll left and right in the colored area.\n# Press 'OFF', and scroll left and right in the colored area\n\nActual:\nThe page control arrows appear blurred in last step. (refer screenshot)\n\nExpected:\nValue at bottom right corner should be false.\nThe page control arrows should not be visible.\nThe page control arrows should now be visible.\n", "attachment": [ { "id": "44403", "filename": "3.2 pagecontrol.png", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-05T10:14:48.000+0000", "size": 27351, "mimeType": "image/png" }, { "id": "44404", "filename": "313 behaviour.png", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-05T10:14:48.000+0000", "size": 21050, "mimeType": "image/png" }, { "id": "44402", "filename": "ScrollTest.zip", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-05T10:14:48.000+0000", "size": 3137504, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: PageControl appears blurry", "creator": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "OSX: 10.8.5\r\nXcode: 5.0\r\nAppcelerator Studio:3.2.0.201311272052\r\nSDK:3.2.0.v20131204220843\r\nalloy: 1.3.0-beta\r\nacs: 1.0.9\r\nnpm: 1.3.2\r\ntitanium: 3.2.0-beta\r\ntitanium-code-processor: 1.1.0-beta\r\nDevice: Nexus 7 (v4.2.1)\r\n", "comment": { "comments": [ { "id": "282585", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "The below sample code from docs also shows the defect\n\n{code}\n\nvar win = Ti.UI.createWindow();\n\nvar view1 = Ti.UI.createView({ backgroundColor:'#123' });\nvar view2 = Ti.UI.createView({ backgroundColor:'#246' });\nvar view3 = Ti.UI.createView({ backgroundColor:'#48b' });\n\nvar scrollableView = Ti.UI.createScrollableView({\n views:[view1,view2,view3],\n showPagingControl:true\n});\n\nwin.add(scrollableView);\nwin.open();\n{code}", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-12-05T11:21:23.000+0000", "updated": "2013-12-05T11:21:23.000+0000" }, { "id": "282672", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is not a regression. I tested with 4.2.2 and it fails all the way to 3.1.0.GA. This works on 4.1, 2.3, and 4.3, while failing on 4.2 and 4.4.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-05T19:29:49.000+0000", "updated": "2013-12-05T19:29:49.000+0000" }, { "id": "287387", "author": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "body": "The issue cannot reproduce with the release master 3.2.0\nTested with: \nTitanium Studio, build: 2.1.2.201208301612\nTitanium SDK version: 3.2.0\nTested on\nDevice: Samsung galaxy s duos Android version: 4.0.4\n", "updateAuthor": { "name": "bijuexalture", "key": "bijuexalture", "displayName": "Biju pm", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-01-09T11:33:47.000+0000", "updated": "2014-01-09T11:33:47.000+0000" }, { "id": "298120", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending\r\nmaster - https://github.com/appcelerator/titanium_mobile/pull/5497\r\n3_2_X - https://github.com/appcelerator/titanium_mobile/pull/5498", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-03-20T19:14:54.000+0000", "updated": "2014-03-20T19:21:18.000+0000" }, { "id": "298384", "author": { "name": "nmittal", "key": "nmittal", "displayName": "Neha Mittal", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Verified fix using below environment:\r\n\r\nAppc Studio: 3.2.3.201403190645\r\nSdk: 3.2.3.v20140322210914\r\nacs: 1.0.14\r\nnpm: 1.3.2\r\nalloy:1.3.1\r\ntitanium:3.2.1\r\ntitanium-code-processor:1.1.0\r\nXcode: 5.1\r\nOsx: Maverick(10.9.2)\r\nDevice: Nexus 7 (V 4.4.2)\r\n\r\nPage Controls arrows are clearly visible now.", "updateAuthor": { "name": "nmittal", "key": "nmittal", "displayName": "Neha Mittal", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-03-24T08:18:07.000+0000", "updated": "2014-03-24T08:18:07.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }