{ "id": "170293", "key": "TIMOB-25505", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2017-11-15T17:20:01.000+0000", "created": "2017-11-13T17:43:33.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "issuelinks": [ { "id": "56139", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "170203", "key": "TIMOB-25469", "fields": { "summary": "Android: Custom theme not applying when background color is transparent", "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 } } } }, { "id": "56147", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "170168", "key": "TIMOB-25461", "fields": { "summary": "Android - HEX backgroundColor with alpha channel act as a mask", "status": { "description": "Submitted for code review", "name": "In Review", "id": "10003", "statusCategory": { "id": 4, "key": "indeterminate", "colorName": "yellow", "name": "In Progress" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-06T17:41:11.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": "Customer is unable to use transparent theme with SDK 6.3.0GA but works fine with SDK 6.2.0\r\nindex.xml:\r\n{code}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n{code}\r\nIndex.tss:\r\n{code}\r\n\"#loginView\":{\r\n\ttop:\"8%\",\r\n\theight:\"44dp\",\r\n\tbackgroundColor:\"#60ffffff\",\r\n\tborderRadius:3\r\n}\r\n\r\n\"#tfUsername\":{\r\n\tleft:\"2%\",\r\n\twidth:\"86%\",\r\n\tbubbleParent: false,\r\n\theight:Ti.UI.FILL,\r\n\thintText :\"Username\",\r\n\tfont:{\r\n\t\tfontWeight:\"bold\"\r\n\t}\r\n}\r\n{code}\r\n\r\nBelow are two screenshots one with 6.2.2 and other with 6.3.0", "attachment": [ { "id": "63583", "filename": "SDK6.2.2.png", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-13T17:43:11.000+0000", "size": 13713, "mimeType": "image/png" }, { "id": "63584", "filename": "SDK6.3.0.png", "author": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-13T17:43:11.000+0000", "size": 16813, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Transparent theme not working in SDK 6.3.0", "creator": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vvazquezmontero", "key": "vvazquezmontero", "displayName": "Victor Vazquez Montero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 968, "state": "closed", "name": "2017 Sprint 23 SDK", "startDate": "2017-11-05T16:37:25.071Z", "endDate": "2017-11-19T16:37:00.000Z", "completeDate": "2017-11-20T18:57:56.565Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "430709", "author": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "updateAuthor": { "name": "ybanev", "key": "ybanev", "displayName": "Yordan Banev", "active": true, "timeZone": "Europe/Athens" }, "created": "2017-11-15T12:01:04.000+0000", "updated": "2017-11-15T12:02:41.000+0000" }, { "id": "430722", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here's a test case:\r\n{code:js}\r\nvar win = Ti.UI.createWindow({title: 'TIMOB-25505', backgroundColor: 'white'}),\r\n view = Ti.UI.createView({\r\n backgroundColor: '#60FFFFFF',\r\n height: '45dp',\r\n borderRadius: 3\r\n }),\r\n txt = Ti.UI.createTextField({\r\n hintText: 'Username',\r\n left: '5dp', right: '5dp',\r\n height: Ti.UI.FILL\r\n });\r\n\r\nview.add(txt);\r\nwin.add(view);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-15T17:18:15.000+0000", "updated": "2017-11-15T17:18:15.000+0000" }, { "id": "430723", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolving as duplicate of TIMOB-25461", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-15T17:20:01.000+0000", "updated": "2017-11-15T17:20:01.000+0000" }, { "id": "440012", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as a duplicate. If this is in error, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:41:11.000+0000", "updated": "2018-08-06T17:41:11.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }