[TIMOB-26304] TiAPI: Ti.UI.TableViewRow.selectedBackgroundColor partially deprecated
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-03-10T16:01:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.0.0 |
Components | Android, iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Gary Mathews |
Created | 2018-08-14T20:55:58.000+0000 |
Updated | 2021-03-10T16:01:00.000+0000 |
Description
As discussed in AC-5803, the "selectedBackgroundColor" property is deprecated in code on Android, but not on iOS. On Android, the dev should use "backgroundSelectedColor" instead, on iOS, this property does not even exist. We should likely just un-deprecate Android to have one parity API.
master: https://github.com/appcelerator/titanium_mobile/pull/12513
FR Passed. PR merged to master. Pending merge to 10_0_X branch.
merged to 10_0_X for 10.0.0 target