Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19142] Windows: Ti.UI.TableViewRow.color does not work

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2015-07-22T00:31:35.000+0000
Affected Version/sRelease 4.1.0
Fix Version/sRelease 5.0.0
ComponentsWindows
Labelsn/a
ReporterFokke Zandbergen
AssigneeKota Iguchi
Created2015-07-02T09:11:39.000+0000
Updated2015-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

FileDateSize
Screen Shot 2015-07-02 at 11.07.55.png2015-07-02T09:11:37.000+000015306
Screen Shot 2015-07-02 at 11.08.01.png2015-07-02T09:11:37.000+000072696

Comments

  1. Kota Iguchi 2015-07-21

    https://github.com/appcelerator/titanium_mobile_windows/pull/386
  2. Lokesh Choudhary 2015-07-27

    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

JSON Source