[TIMOB-19142] Windows: Ti.UI.TableViewRow.color does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-22T00:31:35.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 5.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Kota Iguchi |
Created | 2015-07-02T09:11:39.000+0000 |
Updated | 2015-07-31T14:06:37.000+0000 |
Description
The following example and attached screenshots show that the color of a TableViewRow does not work on Windows:
var win = Ti.UI.createWindow();
var table = Ti.UI.createTableView({
data: [{
title: 'Title',
color: 'red'
}]
});
table.appendRow(Ti.UI.createTableViewRow({
title: 'Another',
color: 'red'
}));
win.add(table);
win.open();
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2015-07-02 at 11.07.55.png | 2015-07-02T09:11:37.000+0000 | 15306 |
Screen Shot 2015-07-02 at 11.08.01.png | 2015-07-02T09:11:37.000+0000 | 72696 |
https://github.com/appcelerator/titanium_mobile_windows/pull/386
Verified the fix. TableViewRow color works now. Closing. Environment: Appc Studio: 4.1.1.201507141126 Ti SDK: 4.2.0.v20150724170431 Ti CLI: 4.0.1 Alloy: 1.6.2 Windows: 8.1 Enterprise 64-bit APPC NPM: 4.1.0 APPC CLI: 4.1.2 Device: Nokia Lumia 928 - Windows Phone 8.1 Windows emulator : 8.1