Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6240] TableView's header does not show correctly on 1.8.0.1

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-11-22T10:53:23.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-47, Release 1.8.0.1
ComponentsiOS
Labelsn/a
ReporterQing Gao
AssigneeStephen Tramer
Created2011-11-18T20:08:24.000+0000
Updated2011-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-477417

Attachments

FileDateSize
actual_result.png2011-11-18T20:08:24.000+0000100546
expected_result.png2011-11-18T20:08:24.000+0000107341

Comments

  1. Wilson Luu 2011-12-06

    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)

JSON Source