{ "id": "99501", "key": "TIMOB-10519", "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": null, "resolutiondate": null, "created": "2012-08-21T06:01:21.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "qe-ios082012", "reprod" ], "versions": [ { "id": "14096", "description": "Release 2.1.2", "name": "Release 2.1.2", "archived": true, "released": true, "releaseDate": "2012-08-31" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:25.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "A window set with iOS specific background color COLOR_GROUP_TABLEVIEW_BACKGROUND does not show up properly on iPAD.\r\n\r\nThis is not a regression. The issue occurs since 2.1.0\r\n\r\nSteps to Reproduce:\r\n1. Create an application with code below and launch the test on iPad\r\n\r\nActual: The window opens up with black background. Refer to attached screenshot for incorrect background on iPad and correct background on iPhone\r\n\r\nExpected: on iPad, the window should open up with a striped background for COLOR_GROUP_TABLEVIEW_BACKGROUND, as it does on iPhone\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n \r\nwin.title='Mr. Stripey';\r\nwin.backgroundColor= Ti.UI.iOS.COLOR_GROUP_TABLEVIEW_BACKGROUND;\r\nvar label = Ti.UI.createLabel({\r\n\ttext: 'This is test for Striped color',\r\n\tcolor:'white'\r\n});\r\nwin.add(label);\r\n \r\nwin.open();\r\n{code}", "attachment": [ { "id": "30611", "filename": "iPAD_StripedColor.png", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-21T06:01:21.000+0000", "size": 15643, "mimeType": "image/png" }, { "id": "30612", "filename": "iPhone_StripedColor.png", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-21T06:01:21.000+0000", "size": 11138, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Titanium.UI.iOS: Background color set to COLOR_GROUP_TABLEVIEW_BACKGROUND does not work on iPad", "creator": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio: 2.1.2.201208192014\r\nTitanium SDK: 2.1.2.v20120816171609\r\nDevice: iPad2 (v5.1), iPad Simulator (v5.1)\r\nOS: OSX 10.8", "comment": { "comments": [ { "id": "422581", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am able to reproduce this issue with the following environment;\r\niPad (10) and iPhone 7 (10.2) - it appears on both iPad and iPhone with black background.\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170620103414\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-22T21:59:58.000+0000", "updated": "2017-06-22T21:59:58.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }