{ "id": "125745", "key": "TIMOB-16357", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2016-11-02T12:24:22.000+0000", "created": "2014-02-02T08:50:28.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": { "name": "vijaysingh", "key": "vijaysingh", "displayName": "Vijay Singh", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-31T22:43:47.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "On iphone, on a newly created and visible view, the method .getVisible() returns undefined, on android it works as expected.\n\nA simple test to reproduce it:\n\n{code}\nvar win = Ti.UI.createWindow();\nvar view = Ti.UI.createView();\nvar button = Ti.UI.createButton({title:\"getVisible()\"});\nbutton.addEventListener(\"click\", function() {\n alert(\"view.getVisible(): \"+ view.getVisible());\n});\nview.add(button);\nwin.add(view);\nwin.open();\n{code}", "attachment": [], "flagged": false, "summary": "iOS: view.getVisible() returns undefined", "creator": { "name": "vlast3k", "key": "vlast3k", "displayName": "Vladimir S", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "vlast3k", "key": "vlast3k", "displayName": "Vladimir S", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 3.2.0", "comment": { "comments": [ { "id": "290839", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering as I can reproduce this issue on iOS platform with 3.2.0 release. It works as expected on Android platform.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-03T06:26:41.000+0000", "updated": "2014-02-03T06:26:41.000+0000" }, { "id": "317699", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \r\nTitanium Command-Line Interface, \r\nCLI version 3.3.0, \r\nTitanium SDK version 3.3.0.GA \r\niOS SDK: 7.1 \r\niOS iPhone Simulator: 7.1", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-08T11:09:12.000+0000", "updated": "2014-08-08T11:09:12.000+0000" }, { "id": "400249", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "As [~vijaysingh] found out correctly, the issue is not reproducible in newer versions of the SDK anymore, works fine and therefore is fixed.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-02T12:24:22.000+0000", "updated": "2016-11-02T12:24:22.000+0000" }, { "id": "416615", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Cannot Reproduce\", if you encounter any further problems please file a new ticket. ", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-31T22:43:47.000+0000", "updated": "2017-03-31T22:43:47.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }