{ "id": "171239", "key": "AC-5642", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2018-03-05T18:31:02.000+0000", "created": "2018-03-05T13:16:03.000+0000", "labels": [ "7.0.2", "7.1.0RC", "BlurView" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-03-05T20:48:12.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "The simple example not working\r\nIt shows a gray view.\r\n\r\n{code}\r\n// Reference image (or view)\r\nvar img = Ti.UI.createImageView({\r\n image: \"images/cielo.jpg\",\r\n top: 0,\r\n left : 0,\r\n width: 200,\r\n height: 200\r\n});\r\n\r\n// Blur view\r\nvar blur = Ti.UI.iOS.createBlurView({\r\n width: Ti.UI.FILL,\r\n height: Ti.UI.FILL,\r\n effect : Ti.UI.iOS.BLUR_EFFECT_STYLE_EXTRA_LIGHT\r\n});\r\n\r\nimg.add(blur);\r\n\r\n$.loginWindow.add(img);\r\n{code}", "attachment": [ { "id": "64922", "filename": "Captura de pantalla 2018-03-05 a las 16.24.02.png", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-05T17:20:44.000+0000", "size": 153447, "mimeType": "image/png" }, { "id": "64923", "filename": "Captura de pantalla 2018-03-05 a las 17.18.37.png", "author": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "created": "2018-03-05T20:46:44.000+0000", "size": 236658, "mimeType": "image/png" }, { "id": "64921", "filename": "testing.zip", "author": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "created": "2018-03-05T16:15:11.000+0000", "size": 9373037, "mimeType": "application/zip" } ], "flagged": false, "summary": "BlurView not working on Titanium SDK 7.0.2 and 7.1.0 RC", "creator": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "environment": "Titanium SDK 7.0.2, 7.1.0 RC", "comment": { "comments": [ { "id": "435194", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "Tested locally on 7.1.0.RC. It works fine without the backgroundColor. Not sure what added value a backgroundColor on blurview has. ", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-05T15:10:33.000+0000", "updated": "2018-03-05T15:10:33.000+0000" }, { "id": "435196", "author": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "body": "Doesn´t works for me. Removing the backgroundColor...", "updateAuthor": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "created": "2018-03-05T16:01:06.000+0000", "updated": "2018-03-05T16:01:06.000+0000" }, { "id": "435197", "author": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "body": " [^testing.zip] \r\n\r\nAdding a blank project...", "updateAuthor": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "created": "2018-03-05T16:13:20.000+0000", "updated": "2018-03-05T16:13:20.000+0000" }, { "id": "435198", "author": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "body": "I added a screenshot [~frodfigu] sent to me. I wasn't able to reproduce with his code. \r\n\r\n[~frodfigu] please update the ticket with your versions, Alloy/Mac/Appc CLI etc", "updateAuthor": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-05T17:21:58.000+0000", "updated": "2018-03-05T17:21:58.000+0000" }, { "id": "435201", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "The blur-view is working as expected. Please note that the blur-radius (I think it's 45px natively) will make the image look different than before, just like the screenshot. Also note that you usually add the image to the blur-view, not the blur view to the image. See the [kitchensink example|https://github.com/appcelerator/kitchensink-v2/blob/master/app/views/controls/views/blurview.xml] for details.\r\n\r\nResolving as this is not an SDK issue.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2018-03-05T18:30:55.000+0000", "updated": "2018-03-05T18:30:55.000+0000" }, { "id": "435210", "author": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "body": "Solved! Was the iOS simulator setting.\r\n\r\n !Captura de pantalla 2018-03-05 a las 17.18.37.png|thumbnail! \r\n\r\nI dont´ touch this option, and I don´t know how it auto-changed.\r\n\r\nThank you very much for your support.", "updateAuthor": { "name": "frodfigu", "key": "frodfigu", "displayName": "Fran Rodas", "active": true, "timeZone": "Europe/London" }, "created": "2018-03-05T20:48:12.000+0000", "updated": "2018-03-05T20:48:12.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }