Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5510] MobileWeb: Property size doesn't work with tableView

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-05-31T04:37:23.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterMisha Vasko
AssigneeMaxim Negadaylov
Created2011-05-31T02:42:45.000+0000
Updated2017-03-09T20:25:14.000+0000

Description

Property size doesn't work with tableView.
var win = Ti.UI.currentWindow;

var tableView = Ti.UI.createTableView({
	size: {width: 200, height: 300},
	top: 10,
	left: 10,
	backgroundColor: 'red'
});

win.add(tableView);

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source