{ "id": "154390", "key": "TIMOB-20267", "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": [ { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-06-08T18:26:42.000+0000", "created": "2016-01-18T20:31:00.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android", "slider", "thumbImage" ], "versions": [ { "id": "17072", "name": "Release 5.1.2", "archived": false, "released": true, "releaseDate": "2016-01-12" }, { "id": "17532", "name": "Release 5.1.1", "archived": false, "released": true, "releaseDate": "2015-11-24" } ], "issuelinks": [], "assignee": { "name": "fmerzadyan", "key": "fmerzadyan2", "displayName": "Frankie Merzadyan", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-12T20:20:55.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": "Slider track is not show under transparent thumbImage:\r\n\r\n*How to reproduce*:\r\nvar slider = Ti.UI.createSlider({\r\n min: 1,\r\n max: 51,\r\n value: 51,\r\n backgroundImage: 'background.png',\r\n thumbImage: 'thumb.png'\r\n});\r\n\r\n*Expected behaviour*:\r\nTrack should be visible under transparent image. It was working in past version.\r\n\r\n*Actual behavior*:\r\nThe track is not showed under image no matter if it is transparent or not.\r\n!Zrzut ekranu 2016-01-18 o 21.19.42.png|thumbnail!", "attachment": [ { "id": "58007", "filename": "Zrzut ekranu 2016-01-18 o 21.19.42.png", "author": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-18T20:28:22.000+0000", "size": 7270, "mimeType": "image/png" }, { "id": "58029", "filename": "Zrzut ekranu 2016-01-20 o 16.09.05.png", "author": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-20T15:18:08.000+0000", "size": 5623, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Slider track not show under transaprent image", "creator": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "AS: 4.4.0,\r\nSDK: 5.1.1GA,\r\nMac OS X EL Captain\r\nGenymotion Simulator", "closedSprints": [ { "id": 903, "state": "closed", "name": "2017 Sprint 12 SDK", "startDate": "2017-06-05T00:15:46.290Z", "endDate": "2017-06-19T00:15:00.000Z", "completeDate": "2017-06-19T16:09:22.870Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "374818", "author": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe have tested this issue but couldn't reproduce this as a bug in our environment. Slider track is showing as expected under transparent image. Please find the link below to see the output.\r\n\r\n[Simulator output|http://postimg.org/image/48rdyhqdj/]\r\n[Emulator output|http://postimg.org/image/odexmkkmd/]\r\n\r\n*Testing Environment:*\r\nAppcelerator Studio, build: 4.4.0.201511241829\r\nAppcelerator Command-Line Interface, version 5.1.0\r\nTitanium Command-Line Interface, CLI version 5.0.5, \r\nTitanium SDK version : 5.1.1GA, 5.1.2 GA\r\n Mac OS X : 10.11.1 (EI Capitan)\r\nNode.js Version = 0.12.7\r\niOS Simulator: iPhone5s(iOS 9.1)\r\nAndroid Emulator: Samsung Galaxy S4-4.4.4\r\n\r\n*Test Case:*\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\nvar slider = Ti.UI.createSlider({\r\n\tmin : 1,\r\n\tmax : 51,\r\n\tvalue : 51,\r\n\tthumbImage : 'round2.png'\r\n});\r\nwin.add(slider);\r\nwin.open();\r\n{code}\r\n\r\n*Steps to test:*\r\n1. Create a classic project and replace app.js with the above code\r\n2. Place a transparent image inside resource directory\r\n3. Run the app\r\n\r\nResult: Observe that slider track is shown as expected under the transparent image.\r\n\r\nThanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-01-19T09:11:59.000+0000", "updated": "2016-01-20T09:51:01.000+0000" }, { "id": "374939", "author": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "body": "1. On iOS there is no problem.\r\n\r\n2. I followed all steps and your code on Android cause same effect as reported.\r\n!Zrzut ekranu 2016-01-20 o 16.09.05.png|thumbnail!\r\n", "updateAuthor": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-20T15:18:55.000+0000", "updated": "2016-01-20T15:19:25.000+0000" }, { "id": "375057", "author": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nI could reproduce this issue on physical device but not on emulator. Following is the device information:\r\nNexus 7(Android version: 6.0.1)\r\n\r\n*Steps to reproduce*: As mentioned in my earlier post.\r\n\r\n*Actual behavior*: Slider track is not showed under transparent image.\r\n*Expected behavior*: Slider track should be visible\r\n\r\nThanks.\r\n\r\n", "updateAuthor": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-01-21T08:10:38.000+0000", "updated": "2016-01-21T10:16:08.000+0000" }, { "id": "375066", "author": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\nI could reproduce it on other device: Sony Xperia Z2 (Android 5.1.1). I also found that such error occurs with older version of application (few months old I guess), so it is not new bug.\r\nAnd have you tested on Android Emulator or GenyMotion Emulator - there might be a reson why you couldn't reproduce.\r\n\r\nRegards", "updateAuthor": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-21T11:19:09.000+0000", "updated": "2016-01-21T11:20:13.000+0000" }, { "id": "409459", "author": { "name": "fmerzadyan", "key": "fmerzadyan2", "displayName": "Frankie Merzadyan", "active": false, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/8863", "updateAuthor": { "name": "fmerzadyan", "key": "fmerzadyan2", "displayName": "Frankie Merzadyan", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-07T00:15:53.000+0000", "updated": "2017-03-07T00:15:53.000+0000" }, { "id": "421810", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fix in SDK Version 6.2.0.v20170612114319. Test and other information can be found at: \r\nhttps://github.com/appcelerator/titanium_mobile/pull/8863", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-06-12T20:20:48.000+0000", "updated": "2017-06-12T20:20:48.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }