{ "id": "145623", "key": "TIMOB-18678", "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": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-03-16T18:54:20.000+0000", "created": "2015-03-10T22:09:49.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T22:30:39.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": "The Ti.Map.createView call is crashing in an odd way inside HAL in the profile.js controller once you've clicked on a person n the directory listing.\r\n\r\nTry out the Corporate example and click a person to see the crash.\r\n\r\nThe root cause is the following syntax:\r\n{code:javascript}\r\n$.__views.mapview = (require(\"ti.map\").createView || Ti.UI.createView)({\r\n});\r\n{code}\r\n\r\nChanging it to a straight up createView call doesn't trigger the issue:\r\n{code:javascript}\r\n$.__views.mapview = require(\"ti.map\").createView({\r\n});\r\n{code}", "attachment": [], "flagged": false, "summary": "Windows: HAL crashes on || syntax for method invocation", "creator": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "environment": null, "closedSprints": [ { "id": 351, "state": "closed", "name": "2015 Sprint 06 Windows", "startDate": "2015-03-14T13:58:11.366Z", "endDate": "2015-03-28T00:00:00.000Z", "completeDate": "2015-03-30T14:10:54.840Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "345947", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/164", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-13T09:14:37.000+0000", "updated": "2015-03-13T09:14:37.000+0000" }, { "id": "346028", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/166", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-16T05:50:22.000+0000", "updated": "2015-03-16T05:50:22.000+0000" }, { "id": "413365", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T22:30:39.000+0000", "updated": "2017-03-16T22:30:39.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }