[TIMOB-27469] iOS: SelectedBGColor of list item is overriding the BG color view
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2019-11-26T04:09:36.000+0000 |
Affected Version/s | Release 8.1.0, Release 8.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | ListView, backgroundColor, engSchedule |
Reporter | Shuo Liang |
Assignee | Vijay Singh |
Created | 2019-10-15T08:11:28.000+0000 |
Updated | 2019-12-02T23:06:33.000+0000 |
Description
Problem
When adding background color for Ti.UI.View/Label of the ListView item.
But on the select of list view item, "selectedBackgroundColor" of the list item is overriding the background color of the Ti.UI.View.
Reproduce
1. Create a default classic app.
2. Use the attached app.js code.
3. Run the code on SDK 8.1.0 and 8.2.0
Expected
When clicking on the ListView item, we should still see the background color of the Ti.UI.View.
Actual
When clicking on the ListView item, unable to see the background color of the Ti.UI.View. (attached screenshot)
Note
1. This happens on simulator and device on iOS 12 and below
2. Based on the customer's comment, it happened to the iOS 13 devices.
3. I do test that It is working well on iOS 13 simulator.
Attachments
any update about the fix?