Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24046] Windows: border properties do not work on Ti.UI.Slider

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionInvalid
Resolution Date2016-10-18T14:23:00.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sn/a
ComponentsWindows
Labelsqe-6.0.0
ReporterEwan Harris
AssigneeChristopher Williams
Created2016-10-18T13:53:48.000+0000
Updated2016-10-18T14:23:00.000+0000

Description

Description

When setting border properties on Ti.UI.Slider the properties do not appear to change anything
var win = Ti.UI.createWindow({ backgroundColor: 'purple' }),
 slider = Ti.UI.createSlider({
        backgroundColor: 'orange',
        borderWidth: 5,
        borderColor: 'yellow',
        borderRadius: 5,
        width: '50%'
    });
win.add(slider);
win.open();

Steps to reproduce

Add the code above to an existing app.js

Build for Windows Platform appc run -p windows

Actual result

Setting border properties does not add a border

Expected result

Setting border properties should add a border

Comments

  1. Ewan Harris 2016-10-18

    Filed in error

JSON Source