{ "id": "91393", "key": "TIMOB-9038", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-05-07T17:44:01.000+0000", "created": "2012-05-05T01:25:19.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "17145", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "91389", "key": "TIMOB-9000", "fields": { "summary": "Android: Sliders must have min=0 and max=100", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T22:40:10.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": "h2. Problem\r\n\r\nThe Slider is not working properly if max property is different from 100. Setting a value to the slider has no effect.\r\n\r\nh2. Test case\r\n\r\n{code:lang=javascript|title=app.js}\r\nvar statusSlider = Ti.UI.createSlider({\r\n\tmin : 0,\r\n\tmax : 150,\r\n\tminRange : 0,\r\n\tmaxRange : 150,\r\n\tenabled : true,\r\n\twidth : '180dp',\r\n});\r\n\r\nstatusSlider.setValue(75);\r\n{code}\r\n\r\nh2. Logs\r\n\r\nNo logs", "attachment": [], "flagged": false, "summary": "Android: Slider - Unable to set value to a slider with max property different from 100", "creator": { "name": "florent", "key": "florent", "displayName": "Florent Suc", "active": true, "timeZone": "Europe/Paris" }, "subtasks": [], "reporter": { "name": "florent", "key": "florent", "displayName": "Florent Suc", "active": true, "timeZone": "Europe/Paris" }, "environment": "Titanium SDK version: 2.0.1GA2 / 2.0.1GA / 1.8.2 / 1.8.1\r\nJavaScript Engine: V8\r\nPlatform & version: Android 4.0 / Android 3.2\r\nDevice details: Android device & simulator\r\nOS: OSX 10.7\r\nTitanium Studio, build: 2.0.1.201204132053\r\n", "comment": { "comments": [ { "id": "194049", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Duplicate of TIMOB-9000.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-07T17:44:01.000+0000", "updated": "2012-05-07T17:44:01.000+0000" }, { "id": "414600", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T22:40:10.000+0000", "updated": "2017-03-21T22:40:10.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }