{ "id": "86163", "key": "AC-3155", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-03-25T08:38:24.000+0000", "created": "2012-02-07T07:58:09.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:48:13.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": "h2. Problem\r\nI have a tableView with an index on the right side. When I blur the searchBar the index items spreads out in an animation.\r\n\r\nh2. Expected Behavior\r\nWhen I blur the searchBar the index should remain static, just like in the built-in Contacts app.\r\n\r\nh2. Steps to reproduce\r\n- Run the testcase.\r\n- Click on Cancel.\r\n- See the index animating.\r\n\r\nh2. Test case\r\n\r\n{code:lang=javascript|title=app.js}\r\nvar win = Titanium.UI.createWindow();\r\nvar searchBar = Ti.UI.createSearchBar();\r\nvar indexData = [];\r\n\r\nfor ( var i = 0; i <= 20; i++ ) {\r\n\tindexData.push({\r\n\t\tindex: i,\r\n\t\ttitle: i + ''\r\n\t});\r\n}\r\n\r\nvar table = Ti.UI.createTableView({\r\n\tsearch: searchBar,\r\n\tindex: indexData\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n\r\nsearchBar.focus();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS - tableView index animates out of searchBar focus", "creator": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "subtasks": [], "reporter": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "environment": "Titanium SDK 1.8.1\r\niOS 5\r\nMac OS X 10.7.3\r\nTitanium Studio 1.0.8.201201262211", "comment": { "comments": [ { "id": "188506", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Please test the latest build from http://builds.appcelerator.com.s3.amazonaws.com/index.html\r\nIt has been resolved. Please update if you have any issues.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-03-25T08:38:05.000+0000", "updated": "2012-03-25T08:38:05.000+0000" }, { "id": "188507", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "With 2.0, the issue is not reproducible.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-03-25T08:38:24.000+0000", "updated": "2012-03-25T08:38:24.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }