{ "id": "122449", "key": "TIMOB-15715", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-11-14T19:27:56.000+0000", "created": "2013-11-14T05:41:39.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "3.2.0", "look1" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [ { "id": "33225", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "112135", "key": "TIMOB-13341", "fields": { "summary": "BlackBerry: Implement new bubbling architecture as prescribed in TIMOB-10372", "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" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-14T21:08: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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Window click event is not working. Controls on window with respective click event working fine.\r\nExample Button on window. Buttons click event is working.\r\n\r\nCode Used to test:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\nbackgroundColor:\"white\"\r\n});\r\n\r\nwin.addEventListener('click',function(e){\r\n\tTi.API.info('am clicked');\r\n\talert('window clicked');\r\n});\r\nwin.open();\r\n{code}\r\n\r\nSteps to reproduce:\r\n1. Copy Paste the code in app.js. Run the App.\r\n2. Click on Window.\r\n\r\nExpected Result:\r\n2.Alert and Console logs must be printed.\r\n\r\nActual Result:\r\n2.No Alert as well as Logs are printed.", "attachment": [], "flagged": false, "summary": "Blackberry: Window click event not working", "creator": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio: 3.2.0.201311122338\r\nSDK:3.2.0.v20131113183932\r\nalloy: 1.3.0\r\nacs: 1.0.7\r\nnpm: 1.3.2\r\ntitanium: 3.2.0\r\ntitanium-code-processor: 1.1.0\r\nXcode:5.0.1\r\nDevice: Blackeberry Z 10\r\nOS: Mac OSX 10.9\r\nBB OS 10.0.10.261", "comment": { "comments": [ { "id": "279581", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/189", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-14T18:42:18.000+0000", "updated": "2013-11-14T18:42:18.000+0000" }, { "id": "279599", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Click on window has been enabled. To test add click event to window.\n\n{code:javascript}\n\nvar win = Ti.UI.createWindow({\n backgroundColor: 'yellow'\n});\n\nwin.addEventListener('click', function(e) {\n Ti.API.info('click works');\n});\n\nwin.open();\n\n\n{code}", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-14T19:27:30.000+0000", "updated": "2013-11-14T19:27:30.000+0000" }, { "id": "412331", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as resolved.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T21:08:39.000+0000", "updated": "2017-03-14T21:08:39.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }