[TIMOB-20034] Windows Phone: Ti.UI.View.borderColor not working on WP8.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-02-25T00:58:31.000+0000 |
Affected Version/s | Release 5.1.0, Release 5.0.2 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Marian Kucharcik |
Assignee | Kota Iguchi |
Created | 2015-11-16T11:35:40.000+0000 |
Updated | 2017-03-20T22:28:49.000+0000 |
Description
Hi guys,
I'm trying to set borderColor to simple View in tableview, on Windows Phone, but when I run my app on emulator, borderColor of that view is not set(I set it on creation to #000000/black).
Please look at it and fix it asap.
Thanks
Developers Note:
borderColor
property will be scheduled to support on some UI components as of release 5.2.0, it is already merged in master with [PR 477](https://github.com/appcelerator/titanium_mobile_windows/pull/477). For example it works withTi.UI.Button
. But forTi.UI.View
, it still doesn't work because it usesWindows::UI::Xaml::Controls::Panel
, which doesn't have [BorderBrush](https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.control.borderbrush) property unlikeWindows::UI::Xaml::Controls::Control
subclasses. We might want to consider drawing additional view onto the Panel to draw fake border.Duplicate of TIMOB-18707, which is scheduled to release in 5.3.0.
Closing ticket as duplicate.