{ "id": "139287", "key": "TIMOB-17991", "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": "2014-11-07T23:52:19.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16676", "description": "Release 3.4.1", "name": "Release 3.4.1", "archived": false, "released": true, "releaseDate": "2014-11-14" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:33.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h5. Problem description\r\nShadow effect are not shown on Android L devices.\r\n\r\nh5. Steps to reproduce\r\nRun the following code (take from TIMOB-15890)\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : 'white',\r\n exitOnClose : true,\r\n fullscreen : false,\r\n layout : 'vertical',\r\n title : 'Label Demo'\r\n});\r\n \r\nvar label = Ti.UI.createLabel({\r\n color : '#900',\r\n font : {\r\n fontSize : 48\r\n },\r\n text : 'A simple label',\r\n textAlign : Ti.UI.TEXT_ALIGNMENT_CENTER,\r\n top : 30,\r\n width : 500,\r\n height : 200\r\n});\r\n \r\nvar button = Ti.UI.createButton({\r\n color : 'blue',\r\n font : {\r\n fontSize : 48\r\n },\r\n width : 500,\r\n height : 200,\r\n title : 'A simple button',\r\n});\r\n \r\n \r\nvar change = Ti.UI.createButton({\r\n top: 50,\r\n title: \"change the shadow of the label and button\"\r\n});\r\n \r\nchange.addEventListener(\"click\", function(){\r\n label.shadowColor = \"#aaa\";\r\n label.shadowOffset = {x: 10, y: 10};\r\n button.shadowColor = \"#aaa\";\r\n button.shadowOffset = {x: 10, y: 10};\r\n});\r\n \r\nwin.add(label);\r\nwin.add(button);\r\nwin.add(change);\r\nwin.open(); \r\n{code}\r\n\r\n1. Run on non-Android L device\r\nResult: label shadows are displayed\r\n\r\n2. Run on Android L device\r\nResult: label shadows are not displayed", "attachment": [], "flagged": false, "summary": "Android 5.0: Text shadows do not work", "creator": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 250, "state": "closed", "name": "2014 Sprint 22 QE Client", "startDate": "2014-10-25T23:40:14.104Z", "endDate": "2014-11-09T00:41:00.000Z", "completeDate": "2014-11-17T19:43:50.480Z", "originBoardId": 146 } ], "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }