{ "id": "82930", "key": "TIMOB-7704", "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": "2011-11-19T10:15:15.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "versions": [ { "id": "12570", "name": "Release 1.7.5", "archived": true, "released": true, "releaseDate": "2011-11-02" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "15246", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "86619", "key": "TIMOB-8501", "fields": { "summary": "iOS: UI - SearchBar in Ti.UI.iPad.Popover shows incorrect barColor", "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": null, "updated": "2018-03-06T18:58:00.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h2. Problem\r\n\r\nWhen I add a search bar to an iPad popover's title bar, the search bar does not match the popover's style. If I set the search bar's barColor to \"transparent\", the barColor becomes black instead of transparent.\r\n\r\nh2. Test case\r\n{code:lang=javascript|title=app.js}\r\nTi.UI.setBackgroundColor(\"#FFF\");\r\nvar window = Ti.UI.createWindow();\r\n\r\nvar button = Ti.UI.createButton({\r\n\theight: 40,\r\n\ttitle: \"Show popover\",\r\n\twidth: 200\r\n});\r\n\r\nbutton.addEventListener(\"click\", function() {\r\n\tvar popover = Ti.UI.iPad.createPopover({\r\n\t\theight: 500,\r\n\t\twidth: 200\r\n\t});\r\n\r\n\tvar searchBar = Ti.UI.createSearchBar({\r\n\t\t// barColor: \"transparent\",\r\n\t\theight: 30,\r\n\t\twidth: 130\r\n\t});\r\n\tpopover.setLeftNavButton(searchBar);\r\n\r\n\tpopover.show({\r\n\t\tview: button\r\n\t});\r\n});\r\n\r\nwindow.add(button);\r\nwindow.open();\r\n{code}", "attachment": [ { "id": "24274", "filename": "bar_color_not_set.png", "author": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-19T10:15:15.000+0000", "size": 10405, "mimeType": "image/png" }, { "id": "24275", "filename": "bar_color_transparent.png", "author": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-19T10:15:15.000+0000", "size": 10975, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: UI - SearchBar in Ti.UI.iPad.Popover shows incorrect barColor", "creator": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OS X 10.7.2\r\nTitanium Studio 1.0.8.201201262211\r\nTitanium Mobile 1.8.1 (Release)\r\niPad 2 (iOS 5.0.1), iPad Simulator\r\niOS SDK 5.0", "comment": { "comments": [ { "id": "176937", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Christian\r\n\r\nThank you for raising this ticket. Please note the minor changes I made.\r\n\r\nWould you please provide the the iOS version you tested? Once you have completed the information, reopen the ticket and I will escalate it.\r\n\r\nCheers", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-12-21T15:12:17.000+0000", "updated": "2011-12-21T15:12:17.000+0000" }, { "id": "176945", "author": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I provided the missing info but can't find a way to reopen the ticket.", "updateAuthor": { "name": "csiegert", "key": "csiegert", "displayName": "Christian Siegert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-21T15:35:36.000+0000", "updated": "2011-12-21T15:35:36.000+0000" }, { "id": "183520", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Sorry for the delay, Christian. Moving across now.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-02-17T00:41:25.000+0000", "updated": "2012-02-17T00:41:25.000+0000" }, { "id": "250539", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "issue reproduces\n\nTested with\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0\niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-07T11:27:57.000+0000", "updated": "2013-05-07T11:27:57.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }