{ "id": "155217", "key": "TIMOB-20569", "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": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-03-25T18:00:28.000+0000", "created": "2016-02-29T18:02:32.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-5.3.0", "view", "visible", "windows8.1" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-04-16T00:05:20.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "I can't hide a view with visible property\r\nset property to false,\r\ntried hide() method.\r\nWorking fine on iOS and Android\r\n", "attachment": [], "flagged": false, "summary": "Windows: View visible property doesn't seem to work on Windows phone", "creator": { "name": "elberto", "key": "elberto", "displayName": "bertelle", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "elberto", "key": "elberto", "displayName": "bertelle", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio Windows / Windows phone 8.1 device", "closedSprints": [ { "id": 597, "state": "closed", "name": "2016 Sprint 06 SDK", "startDate": "2016-03-12T01:30:59.982Z", "endDate": "2016-03-26T00:30:00.000Z", "completeDate": "2016-03-28T03:38:09.726Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "379316", "author": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nI tested this issue on my working environment. Visible property for view is working as expected for me.\r\n\r\n*Testing Environment:*\r\n{code}\r\nOperating System\r\n Name = Microsoft Windows 8.1 Enterprise\r\n Version = 6.3.9600\r\n Architecture = 32bit\r\n # CPUs = 4\r\n Memory = 3.9GB\r\n\r\nNode.js\r\n Node.js Version = 0.12.7\r\n npm Version = 2.11.3\r\n\r\nAppcelerator CLI\r\n Installer = 4.2.3\r\n Core Package = 5.2.0\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.6\r\n node-appc Version = 0.2.31\r\nWindows phone device: 8.1\r\nTi.SDK = 5.1.2GA\r\n{code}\r\n\r\n*Test Case:*\r\n{code}\r\nvar win = Titanium.UI.createWindow();\r\nvar view = Titanium.UI.createView({\r\n borderRadius:10,\r\n backgroundColor:'red',\r\n width:80,\r\n height:80,\r\n visible: false\r\n});\r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n\r\n*Steps to test:*\r\nCreate a classic project with the above code\r\nRun the app and observe that view is not visible.\r\n\r\nThanks", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-03-09T10:00:11.000+0000", "updated": "2016-03-13T19:49:38.000+0000" }, { "id": "379692", "author": { "name": "zozo4kin", "key": "zozo4kin", "displayName": "Zakhar Zhuravlev", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I have the same error. I am completly sure, that visibility not working properly. Example:\r\n\r\nXML:\r\n{noformat}\r\n\r\n\t \r\n\t\t\r\n \r\n\t\t\r\n \r\n\r\n{noformat}\r\n\r\nTSS:\r\n\r\n{noformat}\r\n\".navbar\": {\r\n\theight: Ti.UI.SIZE,\r\n\tbackgroundColor: 'red',\r\n}\r\n//---------------------\r\n\"#settings\": {\r\n\tvisible: false\r\n}\r\n{noformat}\r\n\r\n\r\nAnd Settings label will be visible!", "updateAuthor": { "name": "zozo4kin", "key": "zozo4kin", "displayName": "Zakhar Zhuravlev", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-03-14T21:35:25.000+0000", "updated": "2016-03-14T21:38:46.000+0000" }, { "id": "380239", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "[~kota] Looks like the visible property isn't taking the full child hierarchy into account?", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-03-21T13:11:49.000+0000", "updated": "2016-03-21T13:11:49.000+0000" }, { "id": "380469", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/588", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-03-23T04:49:27.000+0000", "updated": "2016-03-23T04:49:27.000+0000" }, { "id": "382869", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, view visible property now works correctly on windows phone, including child elements.\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nAppc Studio: 4.6.0.201604151027\r\nTi SDK: 5.3.0.v20160415081725 \r\nAppc NPM: 4.2.5-1 \r\nAppc Core: 5.3.0-12 \r\nNode: v4.4.2\r\n\r\n*Closing Ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-04-16T00:05:07.000+0000", "updated": "2016-04-16T00:05:07.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }