{ "id": "79667", "key": "TIMOB-5501", "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": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-09-06T02:15:32.000+0000", "created": "2011-08-26T06:41:26.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "akulinich", "key": "akulinich", "displayName": "Andrew Kulinich", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T22:35:07.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "Tab has height == 0 when it is not defined in the source code. Objects which are added to the Tab appear outside the tab.\r\nExample: switch to the Tab 2.\r\n{code:JavaScript}\r\nvar win = Ti.UI.createWindow();\r\nwin.open();\r\nvar tg = Ti.UI.createTabGroup({});\r\nwin.add(tg);\r\nvar tab1 = Ti.UI.createTab({\r\n\ttitle: \"tab 1\",\r\n\twidth:200,\r\n});\r\ntg.addTab(tab1);\r\n\r\nvar l1 = Ti.UI.createLabel({\r\n\ttext: \"this is tab 1\",\r\n\tleft: 100,\r\n\ttop: 100\r\n});\r\n\r\ntab1.add(l1);\r\n\r\nvar tab2 = Ti.UI.createTab({\r\n\ttitle: \"tab 2\",\r\n\tbackgroundColor:'green',\r\n\theight: 100,\r\n});\r\ntg.addTab(tab2);\r\n\r\n\r\nvar l2 = Ti.UI.createLabel({\r\n\ttext: \"this is tab 2\",\r\n\tleft: 200,\r\n\ttop: 200,\r\n\tbackgroundColor:'red'\r\n});\r\ntab2.add(l2);\r\n\r\n\r\nvar tab3 = Ti.UI.createTab({\r\n\ttitle: \"tab 3\",\r\n\twidth:100,\r\n});\r\ntg.addTab(tab3);\r\n\r\n\r\nvar l3 = Ti.UI.createLabel({\r\n\ttext: \"this is tab 3\",\r\n\tleft: 300,\r\n\ttop: 300\r\n});\r\ntab3.add(l3);\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Tab has height == 0 when it is not defined in the source code", "creator": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "408998", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T22:35:07.000+0000", "updated": "2017-03-03T22:35:07.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }