{ "id": "113991", "key": "TIMOB-13789", "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": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-01T20:30:29.000+0000", "created": "2013-05-08T13:40:49.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "module_animation", "qe-testadded" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-18T18:15:23.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": "h2. Problem description\r\nOpening a window with an animation that changes its opacity fails if the window is not heavyweight.\r\n\r\nh2. Steps to reproduce\r\nUse the following code:\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'blue',\r\n\topacity: 0\r\n});\r\n\r\nwin.open({\r\n duration : 250,\r\n opacity : 1\r\n});\r\n{code}\r\n\r\nThe window never shows up - its opacity stays at 0. If you add some property to make the window heavyweight (e.g. navBarHidden=true or fullscreen=true), the animation works fine.", "attachment": [], "flagged": false, "summary": "Android: opening a lightweight window with opacity animation fails", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Android 4.1\r\nSDK 3.1", "comment": { "comments": [ { "id": "264517", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is fixed in 3.2.0", "updateAuthor": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-01T20:30:29.000+0000", "updated": "2013-08-01T20:30:29.000+0000" }, { "id": "275690", "author": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed. \n\nTiSDK 3.2.0.v20131017152001 \nCLI 3.2.0\nTitanium Studio 3.2.0.201310152326\n\nClosing.", "updateAuthor": { "name": "fcasali", "key": "fcasali", "displayName": "Federico Casali", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-18T18:10:53.000+0000", "updated": "2013-10-18T18:10:53.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }