{ "id": "102437", "key": "TIMOB-11218", "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": [ { "id": "14157", "description": "Sprint 2012-20 API", "name": "Sprint 2012-20 API", "archived": true, "released": true, "releaseDate": "2012-10-08" }, { "id": "14272", "description": "2012 Sprint 20", "name": "2012 Sprint 20", "archived": true, "released": true, "releaseDate": "2012-10-08" } ], "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-10-02T18:13:50.000+0000", "created": "2012-09-30T08:01:11.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "ios", "ios6", "qe-port" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-13T18:56:03.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": "h6.Problem\r\nWe assigned result set to Tablet View and found that top row content is not visible.\r\n\r\nh6.Steps to reproduce\r\n1. Assign Result Set to Table View\r\n2. Click on Search box and search with any know string, i.e. \"row\"\r\n3. To fulfill the scenario search filter will contain 10 to 15 records\r\n4. Now click on Hide Keyboard icon on iPad 3\r\n5. Click again on search box, we will get first 2 or 3 row as blank without any content,we will get content on the screen once we scroll the table view.\r\n\r\nh6.Test case\r\n{code}\r\n//required variables\r\nvar data = [], i, row;\r\n\r\n//creating the UI\r\nvar window = Ti.UI.createWindow({\r\n\tbackgroundColor: 'gray'\r\n});\r\n\r\nvar searchBar = Titanium.UI.createSearchBar({\r\n barColor:'#000', \r\n showCancel:true,\r\n height:43,\r\n top:0,\r\n});\r\nvar tableView = Ti.UI.createTableView({\r\n\tsearch: searchBar\r\n});\r\n\r\nfor( i=0; i<= 15; i++){\r\n\trow = Ti.UI.createTableViewRow({\r\n\t\ttitle: 'Row #' + i\r\n\t});\r\n\tdata.push(row);\r\n}\r\n\r\ntableView.setData(data);\r\n\r\nwindow.add(tableView);\r\n\r\nwindow.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: TableView top row content is not visible with search filter", "creator": { "name": "anshpat2826", "key": "anshpat2826", "displayName": "Himanshu Patel", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "anshpat2826", "key": "anshpat2826", "displayName": "Himanshu Patel", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Top Table top row content is not visible,\r\n\r\nFound on iPad 3 and iOS6\r\n\r\niOS6, iOS5 \r\nSDK 2.1.3\r\nOS 10.7", "comment": { "comments": [ { "id": "221654", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Adding labels & posting an initial test case to attempt to reproduce the issue.\r\n\r\n@Himanshu Is your \"Result Set\" data coming back from a DB operation?", "updateAuthor": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-01T21:33:03.000+0000", "updated": "2012-10-01T21:33:03.000+0000" }, { "id": "221660", "author": { "name": "anshpat2826", "key": "anshpat2826", "displayName": "Himanshu Patel", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Edurdo, Yes I am using Sqlite database.\r\n\r\nI can share my code snippet too.\r\n\r\n", "updateAuthor": { "name": "anshpat2826", "key": "anshpat2826", "displayName": "Himanshu Patel", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-01T21:56:15.000+0000", "updated": "2012-10-01T21:56:15.000+0000" }, { "id": "221700", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot Reproduce this issue:\n\nTried on Xcode 4.5 \non master (3.0.0) build b66de42e539d62973e8e9e5343ba2ced2e5c2ba5\non 2_1_X (2.1.3) build d81b7b3683911206447296da9cd5b5722c0fbbf1\non Sim 5.0 and iPad 3 running iOS 6", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-02T00:52:46.000+0000", "updated": "2012-10-02T00:52:46.000+0000" }, { "id": "221704", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "body": "@Himanshu Yes, either please share your snippet code or point me to the eTrack app files - if needed email me: egomez@appcelerator.com", "updateAuthor": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-02T01:16:31.000+0000", "updated": "2012-10-02T01:16:31.000+0000" }, { "id": "221748", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Marking as can not reproduce. Please reopen when test data is available", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-02T18:13:50.000+0000", "updated": "2012-10-02T18:13:50.000+0000" }, { "id": "234321", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "tested with: \r\nSDK: 3.0.0 GA\r\nStudio: 3.0.1.201212181159\r\nDevice: iPad2(v5.1), iPad3(v6.0)\r\n\r\nCannot reproduce with above environment\r\n", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-15T03:42:04.000+0000", "updated": "2013-01-15T03:42:04.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }