{ "id": "107907", "key": "TIMOB-12292", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-07-13T18:48:26.000+0000", "created": "2013-01-15T15:43:30.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam", "exalture", "parity" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-13T18:48:26.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h6.Problem\r\nA 2DMatrix does not play nice with transform property of Slider. In order to create a Cross-Platform vertical slider to perform UI operations.\r\n\r\nh6.Tested on\r\niOS 6 simulator & Razr 2.3.5\r\n\r\nh6.Sample code\r\n{code}\r\nvar slider = Titanium.UI.createSlider({\r\n\ttop : 200,\r\n\tmin : 0,\r\n\tmax : 100,\r\n\t//width: '100%',\r\n\tvalue : 50\r\n});\r\n\r\nvar label = Ti.UI.createLabel({\r\n\tbottom : 150,\r\n\ttext : slider.value,\r\n\twidth : '100%',\r\n\theight : 'auto',\r\n\ttextAlign : Ti.UI.TEXT_ALIGNMENT_CENTER\r\n});\r\n\r\nslider.addEventListener('change', function(e) {\r\n\tlabel.text = 'Value: ' + e.value + ' String.format: ' + String.format(\"%3.1f\", e.value);\r\n});\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'gray'\r\n});\r\n\r\nwin.add(label);\r\nwin.add(slider);\r\n\r\nwin.addEventListener('open', function() {\r\n\tslider.transform = Ti.UI.create2DMatrix().rotate(-90);\r\n});\r\n\r\nwin.open();\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "Android: 2DMatrix does not play nice with transform property of Slider", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 3.x \r\nAndroid 2.2+", "comment": { "comments": [ { "id": "242188", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces with\n\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK version: 3.1.0 (03/11/13 15:43 0c88429)\nTitanium SDK version: 3.0.2 (02/07/13 16:46 a4def81)\nDevice: Samsung galaxy s duos Android version: 4.0.4", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-14T07:10:04.000+0000", "updated": "2013-03-14T07:10:04.000+0000" }, { "id": "424099", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verifying that has been fixed as I am unable to reproduce this issue with the following environment;\r\nPixel (7.1)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1 GA\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.2\r\nTi CLI 5.0.14\r\nAlloy 1.9.11\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-13T18:48:26.000+0000", "updated": "2017-07-13T18:48:26.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }