[TIMOB-6240] TableView's header does not show correctly on 1.8.0.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-22T10:53:23.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-47, Release 1.8.0.1 |
Components | iOS |
Labels | n/a |
Reporter | Qing Gao |
Assignee | Stephen Tramer |
Created | 2011-11-18T20:08:24.000+0000 |
Updated | 2011-12-06T14:49:29.000+0000 |
Description
The header of table view does not show correctly. Please refer to the attached screen shots for the expected result and actual result.
Steps to Repro
1. Create a project to run the following code.
var win = Ti.UI.createWindow({
backgroundColor:'white'
});
var tableview = Ti.UI.createTableView({
data: [
{header: 'Header', title: 'Title'},
{title: 'Title'},
{header: 'Header', title: 'Title'},
{header: 'Header', title: 'Title'},
{title: 'Title'}
],
style: Ti.UI.iPhone.TableViewStyle.GROUPED
});
win.add(tableview);
win.open();
Associated helpdesk ticket
http://support.appcelerator.com/tickets/APP-477417Attachments
File | Date | Size |
---|---|---|
actual_result.png | 2011-11-18T20:08:24.000+0000 | 100546 |
expected_result.png | 2011-11-18T20:08:24.000+0000 | 107341 |
Closing bug. Verified fix on: OS: Mac OS X Lion Titanium Studio, build: 1.0.7.201112060130 SDK build: 1.8.0.1.v20111205164258 Device: iOS Simulator (4.3), ipod 3rd Gen (4.0.2), iphone 4S (5.0.1), ipad 2 (4.3.5)