Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14840] iOS: TableViewRow background selected color is not a gradient

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.1.1, Release 3.2.0
Fix Version/sn/a
ComponentsiOS
Labelsbackgroundcolor, reprod, tableview, tableview,
ReporterMatej
AssigneeUnknown
Created2013-08-10T13:58:35.000+0000
Updated2018-02-28T20:04:11.000+0000

Description

*Problem* On iOS the TableViewRow selected color is not a gradient, which is not native behavior. You can see differences in the attached screenshots. *Test case*
 
var win = Titanium.UI.createWindow();

var data = [{
	title : 'Alice'
}, {
	title : 'Alexander'
}, {
	title : 'Amos'
}];

var tableView = Titanium.UI.createTableView({
	data : data,
	style : Ti.UI.iPhone.TableViewStyle.GROUPED
});

win.add(tableView);
win.open();

tableView.selectRow(0);

Attachments

FileDateSize
iOS Simulator Screen shot Aug 10, 2013 3.40.49 PM.png2013-08-10T13:58:35.000+000060840

Comments

  1. Daniel Sefton 2013-08-12

    Tested and confirmed on iOS 6 simulator with Ti SDK 3.1.1 GA and 3.2 CI. *Note:* On 3.2 CI only there is no gradient with the PLAIN style either.
  2. Shameer Jan 2014-09-03

    Issue exist with TiSDK 3.2.0 and 3.4.0 GA iOS Simulator 6.0 Appcelerator Studio, build: 3.3.0.201407111535
  3. Lee Morris 2017-06-20

    I am able to reproduce this issue with the following environment; iPhone 7 (10.2) Studio 4.9.0.201705302345 Ti SDK 6.1.1.v20170620103414 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131

JSON Source