[TIMOB-19921] Windows: Implement missing View properties
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-11-23T14:40:49.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | Release 5.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-11-11T23:06:33.000+0000 |
Updated | 2017-03-21T22:38:16.000+0000 |
Description
From TIMOB-19837 Ti.UI.View TitaniumKit introduces a lot of properties. Ti.UI.View for Windows should implement them as much as possible.
https://github.com/appcelerator/titanium_mobile_windows/pull/477
Newly supported View properties
* backgroundFocusedColor * backgroundFocusedImage * backgroundGradient * backgroundSelectedColor * backgroundSelectedImage * borderColor * borderWidthTest case
There are some known issues. See comments in [PR 477](https://github.com/appcelerator/titanium_mobile_windows/pull/477) for details.
[~kota] Works as expected, Will you be updating the docs to show that selected/focused properties for the view are not working as of yet.
Closing ticket as fixed.