{ "id": "174895", "key": "TIMOB-27837", "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": "20949", "name": "Release 9.0.1", "archived": false, "released": true, "releaseDate": "2020-04-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2020-04-10T19:42:49.000+0000", "created": "2020-04-08T00:51:37.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android", "modal", "regression", "theme", "translucent", "window" ], "versions": [ { "id": "20033", "name": "Release 9.0.0", "archived": false, "released": true, "releaseDate": "2020-03-18" } ], "issuelinks": [ { "id": "58429", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "175149", "key": "TIMOB-27962", "fields": { "summary": "Ti.XML Test Suite: Titanium.XML TIMOB-27837 Android Only", "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" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } }, { "id": "58307", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "174785", "key": "AC-6499", "fields": { "summary": "Android Material Theme not working in SDK 9", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-06-16T14:30:09.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": "*Summary:*\r\nAs of Titanium 9.0.0, a custom Android theme/style defined in XML is ignored by windows:\r\n* With \"modal\" property set to {{true}}.\r\n* With \"opacity\" property set less than {{1.0}}. (ie: translucent windows)\r\n\r\n*Steps to reproduce:*\r\n# Create a Classic app project with below files.\r\n# Build and run on Android.\r\n# Notice modal window's title bar is dark gray, but theme sets it to red.\r\n# Notice button's text is in all caps, but theme sets it to use lowercase letters.\r\n\r\napp.js\r\n{code:javascript}\r\nvar window = Ti.UI.createWindow({\r\n\ttitle: \"Modal Window\",\r\n\tmodal: true,\r\n});\r\nvar closeButton = Ti.UI.createButton({\r\n\ttitle: \"Close\",\r\n});\r\ncloseButton.addEventListener(\"click\", function() {\r\n\twindow.close();\r\n});\r\nwindow.add(closeButton);\r\nwindow.open();\r\n{code}\r\n\r\ntiapp.xml\r\n{code:xml}\r\n\r\n\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\r\n\t\r\n\r\n{code}\r\n\r\n./platform/android/res/values/my_theme.xml\r\n{code:xml}\r\n\r\n\r\n\t\r\n\t\r\n\r\n{code}\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android: Custom theme ignored by modal/translucent windows as of 9.0.0", "creator": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1190, "state": "closed", "name": "2020 Sprint 7", "startDate": "2020-03-27T16:30:21.583Z", "endDate": "2020-04-10T16:30:00.000Z", "completeDate": "2020-04-10T17:43:27.544Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "455013", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR (master): https://github.com/appcelerator/titanium_mobile/pull/11600\r\nPR (9.0.x): https://github.com/appcelerator/titanium_mobile/pull/11601\r\n", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-08T01:51:23.000+0000", "updated": "2020-04-08T01:51:23.000+0000" }, { "id": "455045", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed on Master and 9_0_X. waiting on Jenkins build.", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-09T13:41:28.000+0000", "updated": "2020-04-09T13:41:28.000+0000" }, { "id": "455046", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master and 9_0_X", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2020-04-09T13:54:36.000+0000", "updated": "2020-04-09T13:54:36.000+0000" }, { "id": "455079", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified on:\r\nMac OS: 10.15.4\r\nSDK: 9.0.1.v20200409100807, 9.1.0.v20200409073825\r\nAppc CLI: 8.0.0\r\nJDK: 11.0.4\r\nNode: 10.17.0\r\nDevice: Pixel3(v10.0) emulator, ", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-04-10T19:42:49.000+0000", "updated": "2020-04-10T19:42:49.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }