[TIMOB-14840] iOS: TableViewRow background selected color is not a gradient
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.1.1, Release 3.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | backgroundcolor, reprod, tableview, tableview, |
Reporter | Matej |
Assignee | Unknown |
Created | 2013-08-10T13:58:35.000+0000 |
Updated | 2018-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
File | Date | Size |
---|---|---|
iOS Simulator Screen shot Aug 10, 2013 3.40.49 PM.png | 2013-08-10T13:58:35.000+0000 | 60840 |
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.
Issue exist with TiSDK 3.2.0 and 3.4.0 GA iOS Simulator 6.0 Appcelerator Studio, build: 3.3.0.201407111535
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