[TIMOB-14312] iOS7: Table Custom Cell Selection - UITableViewCellSelectionStyle is not respected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-25T20:55:27.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 15 API, 2013 Sprint 15, Release 3.1.2, Release 3.2.0 |
Components | iOS |
Labels | ios7, qe-3.1.1, qe-closed-3.1.2, qe-ks, qe-testadded, regression |
Reporter | Olga Romero |
Assignee | Ingo Muschenetz |
Created | 2013-06-20T18:19:25.000+0000 |
Updated | 2015-02-02T20:46:51.000+0000 |
Description
When selecting cell with selectionStyle set to any color, it does not respect that color. Only "selectionStyle:Ti.UI.iPhone.TableViewCellSelectionStyle.NONE" is being respected.
Test steps:
1. Install and run KS> Base UI> Views> Table Views> Table Custom Cell Selection
2. Click Blue cell selection
3. Click Gray cell selection
4. Click Default cell selection
Actual result:
All rows are highlighted with Gray color only
Fixed by https://github.com/appcelerator/titanium_mobile/pull/4481
Tested and verified the fix with: Appcelerator Studio, build: 3.1.2.201308091728 Titanium SDK, build: 3.1.2.GA CLI: 3.1.2 KS 3.1.2.GA Ipad4 iOS 7 iPhone5 iOS7