{ "id": "119368", "key": "TIMOB-15024", "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": "2013-09-03T18:27:21.000+0000", "created": "2013-09-01T13:21:32.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "Android", "triage" ], "versions": [ { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" } ], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-24T17:47:41.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "To duplicate create a simple app with a window - make the window heavyweight (fullscreen=true)\r\n\r\nAdd the below code:\r\n\r\nTi.Gesture.addEventListener('orientationchange', function(e){\r\n\r\n Ti.API.info('orientationchange');\r\n\r\n});\r\n\r\nrun the application on android (my test was version 4.3) notice that the event fires multiple times when changing the orientation.", "attachment": [], "flagged": false, "summary": "Android 4.3 - Orientation change event (Ti.Gesture) fires multiple times when changing the orientation of the phone", "creator": { "name": "bgrantges@appcelerator.com", "key": "bgrantges", "displayName": "Bert Grantges", "active": false, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "bgrantges@appcelerator.com", "key": "bgrantges", "displayName": "Bert Grantges", "active": false, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "269315", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~bgrantges], I can not reproduce the issue. Ran the test case below on Nexus 4 (4.3) with 3.1.2.GA. The \"orientationchange\" event only fired once when changing the orientation. Can you specify which device you used and also paste your test case?\n{code}\nvar win = Ti.UI.createWindow({\n\tbackgroundColor : 'yellow',\n\tfullscreen: true\n});\n\nTi.Gesture.addEventListener('orientationchange', function(e){ \n\tTi.API.info('********************** orientationchange'); \n});\n\nwin.open(); \n{code}", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-03T18:05:02.000+0000", "updated": "2013-09-03T18:05:02.000+0000" }, { "id": "415580", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as cannot reproduce with reference to Ingo's comment above.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-24T17:47:41.000+0000", "updated": "2017-03-24T17:47:41.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }