{ "id": "65947", "key": "TIMOB-5680", "fields": { "issuetype": { "id": "8", "description": "A technical task.", "name": "Technical task", "subtask": true }, "parent": { "id": "76268", "key": "TIMOB-5675", "fields": { "summary": "MobileWeb: Method add works incorrectly with some objects", "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": "Low", "id": "4" }, "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": null, "resolutiondate": null, "created": "2011-06-01T02:38:57.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [ { "id": "11065", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "76268", "key": "TIMOB-5675", "fields": { "summary": "MobileWeb: Method add works incorrectly with some objects", "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": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-05T00:00:25.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "When adding a label to searchBar by method add the label does not appear. The label present in the code of searchBar element but i can't see it in a browser window.\r\n{code:JavaScript}\r\nvar win = Ti.UI.currentWindow;\r\n\r\nvar searchBar = Ti.UI.createSearchBar({\r\n\ttop: 10,\r\n\tleft: 10,\r\n\twidth: 200,\r\n\theight: 50,\r\n});\r\n\r\n\r\nwin.add(searchBar);\r\n\r\n\tvar l1 = Ti.UI.createLabel ({\r\n\t\ttext: 'You add me!',\r\n\t\tbackgroundColor: 'red',\r\n\t\twidth: 40,\r\n\t\theight: 20,\r\n\t\tleft: 30,\r\n\t\ttop: 5\r\n\t});\r\n\r\nsearchBar.add(l1);\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Method add works incorrectly with searchBar", "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": [], "maxResults": 0, "total": 0, "startAt": 0 } } }