{ "id": "129920", "key": "AC-1148", "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": "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": "2014-05-19T06:42:13.000+0000", "created": "2014-05-02T22:25:39.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:30.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": "h3. Steps to Reproduce\nCreate an XML alloy view with at least 2 platform-specific layouts.\nIn the xml, attach the same onClick handler to a corresponding control in each of the platform-specific layouts.\nRun the app and trigger the event.\n\nh3. Actual Result\nAlloy generates event registration code for the XML portion it should have ignored as well as the portion that was intended. See the bottom of the Resources version of the controller file and you will find __defers for the XML that should have been ignored.\n\nA controller like this will cause the problem.\n\n \n