{ "id": "134943", "key": "AC-1261", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-09-08T17:55:47.000+0000", "created": "2014-08-19T12:04:13.000+0000", "labels": [ "TCSupportTriage", "listView", "navigationWindow", "searchbar" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:37:39.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "test app\r\n{code:javascript}\r\nvar prewin = Ti.UI.createWindow();\r\nvar win = Ti.UI.createWindow();\r\nvar nav = Ti.UI.iOS.createNavigationWindow({window: prewin, backgroundColor: 'white'});\r\n\r\nvar section = Ti.UI.createListSection();\r\nsection.setItems([\r\n {properties: {title: 'Cod', searchableText: 'Cod'}},\r\n {properties: {title: 'Haddock', searchableText: 'Haddock'}}\r\n]);\r\nvar list = Ti.UI.createListView({\r\n searchView: Ti.UI.createSearchBar()\r\n});\r\nlist.appendSection(section);\r\nlist.addEventListener('itemclick', function() {\r\n nav.closeWindow(win);\r\n});\r\nwin.add(list);\r\n\r\nnav.open();\r\nnav.openWindow(win);\r\n{code}\r\n\r\nSteps to reproduce:\r\n1. Click to SearchBar\r\n2. Enter 'od' for example\r\n3. Click to 'Cod'\r\n\r\nException as result. ", "attachment": [ { "id": "50560", "filename": "exception.txt", "author": { "name": "farwayer", "key": "farwayer", "displayName": "Far", "active": true, "timeZone": "Europe/Minsk" }, "created": "2014-08-19T12:04:13.000+0000", "size": 7126, "mimeType": "text/plain" } ], "flagged": false, "summary": "iOS >=7.0: ListView SearchBar exception while NavigationWindow pop", "creator": { "name": "farwayer", "key": "farwayer", "displayName": "Far", "active": true, "timeZone": "Europe/Minsk" }, "subtasks": [], "reporter": { "name": "farwayer", "key": "farwayer", "displayName": "Far", "active": true, "timeZone": "Europe/Minsk" }, "environment": "master SDK\r\niOS 7.0 and greater", "comment": { "comments": [ { "id": "322199", "author": { "name": "farwayer", "key": "farwayer", "displayName": "Far", "active": true, "timeZone": "Europe/Minsk" }, "body": "Already fixed by another ticket. Close it please.", "updateAuthor": { "name": "farwayer", "key": "farwayer", "displayName": "Far", "active": true, "timeZone": "Europe/Minsk" }, "created": "2014-09-06T07:51:54.000+0000", "updated": "2014-09-06T07:51:54.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }