{ "id": "118957", "key": "TIMOB-14943", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-08-27T18:38:32.000+0000", "created": "2013-08-23T13:54:34.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T20:35:41.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h2. Problem description\r\nWhen selecting a search bar on iPad, a mask appears to cover the scren (half transparent black layer). By clicking the button on the virtual keyboard to hide it, the keyboard goes away, but the mask is not removed.\r\n\r\nh2. Steps to reproduce\r\n\r\n1) Using the code below, click on the search bar\r\n2) click on the button to hide the keyboard\r\n3) the mask does not appear (see screenshot)\r\n\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\nvar win = Titanium.UI.createWindow({\r\n\tbackgroundColor : '#fff'\r\n});\r\nvar allNoteTypes = [{\r\n\ttitle : 'Plan 1'\r\n}, {\r\n\ttitle : 'Plan 2'\r\n}, {\r\n\ttitle : 'Plan 3'\r\n}];\r\n\r\nvar searchBar = Ti.UI.createSearchBar();\r\n\r\nvar table = Ti.UI.createTableView({\r\n\ttop : 22,\r\n\twidth : \"100%\",\r\n\tdata : allNoteTypes,\r\n\tsearch : searchBar\r\n});\r\n\r\nwin.add(table);\r\n\r\nwin.open();\r\n{code}\r\n", "attachment": [ { "id": "41823", "filename": "iOS Simulator Screen shot 23 Aug 2013 14.53.10.png", "author": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-08-23T13:54:34.000+0000", "size": 25409, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: SearchBar mask on iPad does not disappear when the keyboard is hidden", "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": "iPad 6.1\r\niPad 7.0\r\nSDK 3.1.2\r\nSDK 2.1.4", "comment": { "comments": [ { "id": "268419", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~dcassenti] This is not a bug, this is the native behavior. The search view (i.e the transparent view) will remain on screen unless the cancel button is pressed or if the searchview itslef is tapped. This behavior can be noticed in native apps also. For example: [native app|http://cdn4.raywenderlich.com/downloads/CandySearch.zip]\r\n\r\nMarking ticket as invalid.\r\n", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-27T18:38:12.000+0000", "updated": "2013-08-27T20:31:43.000+0000" }, { "id": "413935", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-20T20:35:41.000+0000", "updated": "2017-03-20T20:35:41.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }