{ "id": "120983", "key": "TIMOB-15438", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-10-09T17:47:39.000+0000", "created": "2013-10-09T07:15:41.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "index", "searchbar", "tableview", "triage" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [ { "id": "32422", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "61298", "key": "TIMOB-666", "fields": { "summary": "iOS: SectionIndexTitle in TableView overlaps the SearchBar", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T18:52:14.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": "SearchBar in a tableView overlaps with the index column in iOS7.\r\n\r\nHere is the test case :\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar searchBar = Ti.UI.createSearchBar();\r\nvar indexData = [{title: 'A', index: 0}, {title: 'C', index: 3},{title: 'F', index: 16},{title: 'G', index: 18}];\r\n\r\nvar table = Ti.UI.createTableView({\r\n search:searchBar,\r\n });\r\n\r\nvar _data = [\r\n{title:'Action Plan',header : 'A'},\r\n{title:'Administrative'},\r\n{title:'Analyze Performance'},\r\n{title:'CCA Approval/Planning',header : 'C'},\r\n{title:'Code Upgrade'},\r\n{title:'Collaboration'},\r\n{title:'Collaboration Initiated'},\r\n{title:'Conf Call'},\r\n{title:'Configuration/Bin Building'},\r\n{title:'Consult'},\r\n{title:'Corrective Maintenance'},\r\n{title:'Customer Contacted'},\r\n{title:'Data Migration'},\r\n{title:'Disk Cloning Appliance'},\r\n{title:'Dispatch Avoided'},\r\n{title:'Escalation'},\r\n{title:'FCO Notes',header : 'F'},\r\n{title:'Failure Analysis'},\r\n{title:'Field Service Update'},\r\n{title:'Geo Turnover',header : 'G'},\r\n{title:'Health Check'},\r\n{title:'Incorrect Customer Info'},\r\n{title:'Initial Response'},\r\n{title:'Install/Upgrade'},\r\n{title:'Next Action'},\r\n{title:'Set Update'},\r\n{title:'Update From Customer'}\r\n];\r\nvar arr = [];\r\n\r\nfor(var i=0; i < _data.length; i++){\r\n var row = Ti.UI.createTableViewRow({title:_data[i].title,header:_data[i].header});\r\n arr.push(row);\r\n}\r\ntable.setData(arr);\r\ntable.index=indexData;\r\n\r\nwin.add(table);\r\nwin.open();\r\n\r\n{code}\r\n\r\nPlease find attachment of the screenshots of Titanium and native behavior in iOS7.", "attachment": [ { "id": "43026", "filename": "index native.png", "author": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-09T07:19:32.000+0000", "size": 28609, "mimeType": "image/png" }, { "id": "43025", "filename": "index overlap.png", "author": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-09T07:15:41.000+0000", "size": 40517, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: SectionIndexTitles overlaps SearchBar column in TableView", "creator": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mpathak", "key": "mpathak", "displayName": "Meenakshi Pathak", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS 7, TiSDK 3.1.3", "comment": { "comments": [ { "id": "274409", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is a duplicate of TIMOB-15438.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-09T17:47:39.000+0000", "updated": "2013-10-09T17:47:39.000+0000" }, { "id": "414319", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T18:52:14.000+0000", "updated": "2017-03-21T18:52:14.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }