{ "id": "80720", "key": "TIMOB-5387", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-10-17T21:10:24.000+0000", "created": "2011-09-28T18:51:49.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "fastdev" ], "versions": [], "issuelinks": [ { "id": "32613", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "97452", "key": "TIMOB-9989", "fields": { "summary": "CLI: \"fastdev\" builtin for Android", "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": "Medium", "id": "3" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T21:09:58.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": [], "description": "Using tabgroups with fastdev causes the app to stay in the splash screen.\r\n\r\n{code}\r\n// this sets the background color of the master UIView (when there are no windows/tab groups on it)\r\nTitanium.UI.setBackgroundColor('#000')\r\n \r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n \r\nvar win = Titanium.UI.createWindow({\r\n title:'win_test'\r\n});\r\n \r\nvar webView = Titanium.UI.createWebView({\r\n html: ''\r\n});\r\nwin.add(webView);\r\n \r\n \r\nvar tab = Titanium.UI.createTab({\r\n icon:'',\r\n title:'Test',\r\n window:win \r\n});\r\n \r\ntabGroup.addTab(tab);\r\ntabGroup.open();\r\n{code}\r\n\r\nThis is most likely caused by a deadlock. You may need to run the app several times to reproduce.\r\n\r\nI have attached the log from the emulator when this happens.\r\n", "attachment": [ { "id": "23093", "filename": "traces.txt", "author": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-09-28T18:51:49.000+0000", "size": 65248, "mimeType": "text/plain" } ], "flagged": false, "summary": "Tabgroups don't work with fastdev", "creator": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ayeung", "key": "ayeung", "displayName": "Allen Yeung", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "275511", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We are deprecating FastDev in version 3.2.0, so marking this as \"Won't Fix\"", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-17T21:10:24.000+0000", "updated": "2013-10-17T21:10:24.000+0000" }, { "id": "411552", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T21:09:58.000+0000", "updated": "2017-03-13T21:09:58.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }