{
"id": "62386",
"key": "TIMOB-1754",
"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": "11225",
"name": "Release 1.5.0",
"archived": true,
"released": true,
"releaseDate": "2010-12-14"
}
],
"resolution": {
"id": "7",
"description": "",
"name": "Invalid"
},
"resolutiondate": "2011-04-15T03:01:24.000+0000",
"created": "2011-04-15T03:01:23.000+0000",
"priority": {
"name": "Trivial",
"id": "5"
},
"labels": [
"ios",
"regression"
],
"versions": [],
"issuelinks": [],
"assignee": {
"name": "blainhamon",
"key": "blainhamon",
"displayName": "Blain Hamon",
"active": true,
"timeZone": "America/Los_Angeles"
},
"updated": "2017-03-02T22:50:08.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": "1. Install and launch KS on a supported iOS device\r\n2. Connect debugging
\r\n3. Launch app, rotate device and watch output\r\n\r\nresults: rotation seems to be fired twice?",
"attachment": [],
"flagged": false,
"summary": "iOS: Orientation notification fired twice",
"creator": {
"name": "thomashuelbert",
"key": "thomashuelbert",
"displayName": "Thomas Huelbert",
"active": true,
"timeZone": "America/Los_Angeles"
},
"subtasks": [],
"reporter": {
"name": "thomashuelbert",
"key": "thomashuelbert",
"displayName": "Thomas Huelbert",
"active": true,
"timeZone": "America/Los_Angeles"
},
"environment": null,
"comment": {
"comments": [
{
"id": "126551",
"author": {
"name": "stephentramer",
"key": "stephentramer",
"displayName": "Stephen Tramer",
"active": true,
"timeZone": "America/Los_Angeles"
},
"body": "{html}
This does not appear to be a bug. I need to know the following\nthings:
\nBecause if you do the following:
\nYou may, in fact, get multiple messages at a time, because\nexecution halts while the debugger is attaching, but the system\nstill generates the orientation messages. So they are batched out\nas soon as execution resumes.
\nThis issue does not appear at any other time than when\nreorienting in the middle of a debugger attach.
Whoops, forgot to assign this needs-more-info to Thom.
Going to just mark this one invalid. FACE_UP orientations are\nalso a little picky, and can be fired multiple times in a row, and\nare not duplicates. I've never seen a duplicate orientation message\nunder any other circumstance.