{ "id": "123448", "key": "TIMOB-15931", "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": null, "resolutiondate": null, "created": "2013-12-07T02:19:48.000+0000", "priority": null, "labels": [ "android", "slider", "thumbImage" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:39.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "half of the thumbImage disappear if moved at the end of the slider", "attachment": [ { "id": "44457", "filename": "Titanium Slider Bug.PNG", "author": { "name": "ruteru", "key": "ruteru", "displayName": "rj masiglat", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-07T02:19:48.000+0000", "size": 3843, "mimeType": "image/png" } ], "flagged": false, "summary": "Custom thumbImage cut in half if moved at the end of the slider.", "creator": { "name": "ruteru", "key": "ruteru", "displayName": "rj masiglat", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ruteru", "key": "ruteru", "displayName": "rj masiglat", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "windows 7, CLI version 3.1.2, Titanium SDK version 3.1.3.GA", "comment": { "comments": [ { "id": "283130", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hi,\n\nWe are looking into this. However, we could expedite this review if you post some test case or code snippet from your project where you have the slider implementation.\n\nThanks,", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-08T19:39:21.000+0000", "updated": "2013-12-08T19:39:21.000+0000" }, { "id": "283135", "author": { "name": "ruteru", "key": "ruteru", "displayName": "rj masiglat", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{code}var slider = Ti.UI.createSlider({\r\n\t\tmin: 70,\r\n\t\tmax: 480,\r\n\t\tthumbImage: '/images/slider/thumbImage.png',\r\n\t\tleftTrackImage: '/images/slider/leftTrack.png',\r\n\t\trightTrackImage: '/images/slider/rightTrack.png',\r\n\t\twidth: 315,\r\n\t\theight: 45,\r\n\t\ttop: '10%',\r\n\t});\r\n{code}\r\n\r\nhello here's a snippet from my code. Thanks.", "updateAuthor": { "name": "ruteru", "key": "ruteru", "displayName": "rj masiglat", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-09T01:20:06.000+0000", "updated": "2013-12-09T01:22:01.000+0000" }, { "id": "283201", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe tested this issue and reproduced intermittently as per code sample below. We are moving this to TIMOB so that we can do further investigation on this. Thank you very much for reporting this. We appreciate you helping us to improve our product.\r\n\r\nRegards,\r\n\r\n\r\nh5. Test Environment:\r\nOS: MAC OS X 10.8.5\r\nTi SDK: 3.1.3 GA, 3.2.0.x\r\nTi CLI: 3.3.0 \r\nAndroid Device\r\nAndroid SDK 2.3.3, 4.2.2\r\n\r\nh5. Test Code\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\n \r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff',\r\n layout:\"vertical\"\r\n});\r\n \r\nvar slider = Titanium.UI.createSlider({\r\n min: 70,\r\n max: 480,\r\n width: 315,\r\n height: 45,\r\n top: '10%',\r\n value:90\r\n });\r\n \r\n var slide2 = Titanium.UI.createSlider({\r\n min: 0,\r\n max: 100,\r\n thumbImage: 'thnumImage.png',\r\n width: 315,\r\n height: 45,\r\n top: '10%',\r\n value:0,\r\n top:50\r\n });\r\n \r\n \r\nwin1.add(slider);\r\nwin1.add(slide2); \r\nwin1.open();\r\n{code}\r\n\r\nh5. Steps to Reproduce: \r\n\r\n# Create a simple mobile project.\r\n# Paste this code in app.js \r\n# Then Run this with testing environment\r\n# Custom thumb Image cut off in 2nd slider\r\n\r\n\r\nThanks ", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-09T13:49:53.000+0000", "updated": "2013-12-09T18:38:05.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }