Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20034] Windows Phone: Ti.UI.View.borderColor not working on WP8.1

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2016-02-25T00:58:31.000+0000
Affected Version/sRelease 5.1.0, Release 5.0.2
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterMarian Kucharcik
AssigneeKota Iguchi
Created2015-11-16T11:35:40.000+0000
Updated2017-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

Comments

  1. Kota Iguchi 2015-11-25

    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 with Ti.UI.Button. But for Ti.UI.View, it still doesn't work because it uses Windows::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 unlike Windows::UI::Xaml::Controls::Control subclasses. We might want to consider drawing additional view onto the Panel to draw fake border.
  2. Kota Iguchi 2016-02-25

    Duplicate of TIMOB-18707, which is scheduled to release in 5.3.0.
  3. Lee Morris 2017-03-20

    Closing ticket as duplicate.

JSON Source