{ "id": "82927", "key": "TIMOB-6240", "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": "12087", "description": "", "name": "Sprint 2011-47", "archived": true, "released": true, "releaseDate": "2011-11-28" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-22T10:53:23.000+0000", "created": "2011-11-18T20:08:24.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-12-06T14:49:29.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": "The header of table view does not show correctly. Please refer to the attached screen shots for the expected result and actual result.\r\n\r\nh4. Steps to Repro\r\n1. Create a project to run the following code.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'white'\r\n});\r\n\r\nvar tableview = Ti.UI.createTableView({\r\n data: [\r\n {header: 'Header', title: 'Title'},\r\n {title: 'Title'},\r\n {header: 'Header', title: 'Title'},\r\n {header: 'Header', title: 'Title'},\r\n {title: 'Title'}\r\n ],\r\n style: Ti.UI.iPhone.TableViewStyle.GROUPED\r\n});\r\n\r\nwin.add(tableview);\r\n\r\nwin.open();\r\n{code}\r\n\r\nh4. Associated helpdesk ticket\r\nhttp://support.appcelerator.com/tickets/APP-477417\r\n", "attachment": [ { "id": "24269", "filename": "actual_result.png", "author": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-18T20:08:24.000+0000", "size": 100546, "mimeType": "image/png" }, { "id": "24268", "filename": "expected_result.png", "author": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-18T20:08:24.000+0000", "size": 107341, "mimeType": "image/png" } ], "flagged": false, "summary": "TableView's header does not show correctly on 1.8.0.1", "creator": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS5 simulator and Xcode4.2", "comment": { "comments": [ { "id": "175061", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing bug. Verified fix on:\r\n\r\nOS: Mac OS X Lion\r\nTitanium Studio, build: 1.0.7.201112060130\r\nSDK build: 1.8.0.1.v20111205164258\r\nDevice: iOS Simulator (4.3), ipod 3rd Gen (4.0.2), iphone 4S (5.0.1), ipad 2 (4.3.5)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-12-06T14:49:16.000+0000", "updated": "2011-12-06T14:49:16.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }