{ "id": "64750", "key": "TIMOB-3685", "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": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11255", "name": "Sprint 2011-20", "archived": true, "released": true, "releaseDate": "2011-05-23" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-05T15:34:22.000+0000", "created": "2011-04-26T08:20:39.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "regression" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [ { "id": "10553", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "outwardIssue": { "id": "65316", "key": "TIMOB-4083", "fields": { "summary": "Android: KitchenSink switch test: unable to change state of switch by using to d-pad to activate \"change switch\" button", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2011-11-05T15:34:22.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": "1.droid1 or N1\n2.Base UI > window standalone\n3.use dpad to launch a window\n4.use touch to close (note it does not close), tap a second time\n\nresults: 2 windows were spawned.\n\nalso\n\n1.Base UI > Window properties\n2.use the d pad to give focus to and select \"layout dimension properties button\"\n\nresults: objects appear then dissapear quickly\nexpecetd: as when using touch, one tap to spwan, one tap to dismiss", "attachment": [], "flagged": false, "summary": "Android: Facebook - d-pad fires off 2X events for certain test cases", "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": "droid1 (2.2.1) N1 (2.2), 1.7.0 (04/25/11 10:34 c8cb7c3...)", "comment": { "comments": [ { "id": "133382", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I wonder if this is related to touch fixes.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-10T17:27:42.000+0000", "updated": "2011-05-10T17:27:42.000+0000" }, { "id": "133778", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Simple failcase app.js shows that using the D-Pad button increases the click count by 2:\n\n{code:title=app.js}\nTitanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({ \n title:'Test',\n backgroundColor:'#000',\n\texitOnClose: true\n});\nvar console = Ti.UI.createLabel({\n\tbackgroundColor: 'blue',\n\tcolor: 'red',\n\tleft: 10, right: 10, bottom: 20, height: 'auto'\n});\nwin.add(console);\n\nvar clickCount = 0;\nvar b = Ti.UI.createButton({\n\ttitle: 'Click moi'\n});\nb.addEventListener('click', function(){\n\tclickCount++;\n\tconsole.text = clickCount + ' clicks';\n});\nwin.add(b);\n\nwin.open();\n{code}\n", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-05-17T03:40:04.000+0000", "updated": "2011-05-17T03:40:04.000+0000" }, { "id": "133863", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Also fixes TIMOB-4083.\n\nFix put to master and 1_7_X", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-05-17T17:51:58.000+0000", "updated": "2011-05-17T17:51:58.000+0000" }, { "id": "133946", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed in kitchenSink and with test app on Droid 1 (2.2.1), Titanium Studio, build: 1.0.0.201105131803, Titanium SDK version: 1.7.X (r187fe3fd)", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-18T17:06:38.000+0000", "updated": "2011-05-18T17:06:38.000+0000" }, { "id": "171663", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Standardizing summary and labels.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-05T15:33:57.000+0000", "updated": "2011-11-05T15:33:57.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }