Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4296] Android: slider does not work properly when it is rotated

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2011-09-22T14:21:44.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sSprint 2011-33
ComponentsAndroid
Labelsandroid, rotate, slider, transform
ReporterJon Alter
AssigneeBill Dawson
Created2011-06-02T11:45:08.000+0000
Updated2017-03-03T22:32:04.000+0000

Description

When you rotate a slider, it seems to stop working. If you tap across the area that the slider would be if it had not been rotated (middle of the the slider), then you will see that it is sliding within the area where the slider would have been. But the rest of the slider seems frozen. Step 1: run the code below Step 2: notice that the slider only works if you tap it in the middle
var win = Ti.UI.createWindow({
    backgroundColor: 'white'
});
win.add(Ti.UI.createSlider({
    min:        0,
    max:        100,
    width:      200,
    transform:  Ti.UI.create2DMatrix().rotate(90)
}));
win.open();

Associated Helpdesk Ticket

http://appc.me/c/APP-771485

Tested With

TiSDK 1.7.0.RC1 Android 2.2

Comments

  1. Lee Morris 2017-03-03

    Closing ticket.

JSON Source