{ "id": "126754", "key": "TIMOB-16496", "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": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-02-23T16:41:42.000+0000", "created": "2014-02-23T21:37:51.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "alloy", "blur", "event", "qe-4.0.0", "regression", "sdk3" ], "versions": [ { "id": "15856", "description": "Release 3.2.1", "name": "Release 3.2.1", "archived": false, "released": true, "releaseDate": "2014-02-10" } ], "issuelinks": [ { "id": "40885", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "123546", "key": "TIMOB-15967", "fields": { "summary": "iOS: keyboardToolbar fails to disappear", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-03-05T22:53:35.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": "Here is the example XML:\r\n{code}\r\n\r\n \r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "iOS: Blur event fires twice on TextField", "creator": { "name": "ronileco", "key": "ronileco", "displayName": "Roni Cohen", "active": true, "timeZone": "Asia/Jerusalem" }, "subtasks": [], "reporter": { "name": "ronileco", "key": "ronileco", "displayName": "Roni Cohen", "active": true, "timeZone": "Asia/Jerusalem" }, "environment": "Titanium SDK 3.2.1", "closedSprints": [ { "id": 345, "state": "closed", "name": "2015 Sprint 04 SDK", "startDate": "2015-02-14T01:00:53.297Z", "endDate": "2015-03-01T01:00:00.000Z", "completeDate": "2015-02-28T15:39:43.652Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "294312", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Moving this ticket to engineering as I can reproduce this issue with 3.2.1 but not with 3.2.0 release. Focus event fires only once as expected but Blur event fires twice with 3.2.1 but once with 3.2.0 release.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n\r\nvar textField = Ti.UI.createTextField({\r\n borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\r\n color: '#336699',\r\n top: 10, left: 10,\r\n width: 250, height: 60\r\n});\r\n\r\ntextField.addEventListener('blur',function(){ alert(\"Blur fired\");});\r\ntextField.addEventListener('focus',function(){ alert(\"Focus fired\");});\r\n\r\nwin.add(textField);\r\nwin.open();\r\n{code} ", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-24T06:19:40.000+0000", "updated": "2014-02-24T06:19:40.000+0000" }, { "id": "310528", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~ragrawal] Is it possible to test this in 3.3.0? We believe it may be fixed.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-23T21:20:35.000+0000", "updated": "2014-06-23T21:20:35.000+0000" }, { "id": "311250", "author": { "name": "adamck", "key": "adamck", "displayName": "adam kearsley", "active": true, "timeZone": "Europe/London" }, "body": "[~Ingo]\r\n\r\nI also have this issue, its annoying as I'm validating text fields with regex and its displaying my alerts twice when validation fails.\r\n\r\nTested on SDK: 3.3.0.RC, 3.2.3.GA, 3.2.2.GA -- same issue on all.", "updateAuthor": { "name": "adamck", "key": "adamck", "displayName": "adam kearsley", "active": true, "timeZone": "Europe/London" }, "created": "2014-06-27T10:13:21.000+0000", "updated": "2014-06-27T10:13:21.000+0000" }, { "id": "318605", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces \r\nTitanium Command-Line Interface, \r\nCLI version 3.3.0, \r\nTitanium SDK version 3.4.0.GA \r\niOS SDK: 7.1 \r\niOS iPhone Simulator: 7.1", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-14T05:10:35.000+0000", "updated": "2014-08-14T11:14:41.000+0000" }, { "id": "321945", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Looks like the issue was caused by this PR: https://github.com/appcelerator/titanium_mobile/pull/5184\r\nSince this was a fix for TIMOB-15967 which has been reopened, it would be good to fix both this ticket and TIMOB-15967 at the same time.", "updateAuthor": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-05T00:07:00.000+0000", "updated": "2014-09-05T00:07:00.000+0000" }, { "id": "344048", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending\r\nmaster - https://github.com/appcelerator/titanium_mobile/pull/6656", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-02-20T18:56:17.000+0000", "updated": "2015-02-20T18:56:17.000+0000" }, { "id": "345219", "author": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed, using:\r\n\r\nTitanium SDK 4.0.0.v20150303161012\r\nStudio 4.0.0.201502171827\r\nCLI 3.4.2-rc4\r\nXcode 6.2b5\r\n\r\nBlur event only fires once", "updateAuthor": { "name": "ewieber", "key": "ewieber", "displayName": "Eric Wieber", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-03-05T22:53:35.000+0000", "updated": "2015-03-05T22:53:35.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }