{ "id": "63959", "key": "TIMOB-3327", "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": "11246", "name": "Sprint 2011-11", "archived": true, "released": true, "releaseDate": "2011-03-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T02:01:28.000+0000", "created": "2011-04-15T03:42:11.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "1.7", "ios", "quickstart", "regression" ], "versions": [], "issuelinks": [], "assignee": { "name": "rpfeiffer", "key": "rpfeiffer", "displayName": "Ralf Pfeiffer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T02:01:28.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": "{html}

In the current CI Build from today (March 11th) Textfield\nfocus/blur events are not firing at all. Tested on in the iPad sim\nwith iOS 4.3 and 4.2.

\n
\nvar win = Ti.UI.currentWindow;\n\nvar input = Ti.UI.createTextField({\n    color: '#336699',\n    height: 35,\n    top: 10,\n    left: 10,\n    width: 250,\n    borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED  \n});\n\ninput.addEventListener('blur', function() {\n    alert('This blurred');\n});\n\ninput.addEventListener('focus', function() {\n    alert('This Focused');\n});\n\nwin.add(input);\n
\n

The above code works in 1.6

{html}", "attachment": [], "flagged": false, "summary": "iOS: 1.7 CI Build Textfield Focus / Blur events are not firing.", "creator": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "subtasks": [], "reporter": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "environment": null, "comment": { "comments": [ { "id": "130528", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

The cure were worse than the disease, as this was a result of an\nattempt of #3280 among others. The merge was undone, and so\nthis regression won't happen.

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:42:12.000+0000", "updated": "2011-04-15T03:42:12.000+0000" }, { "id": "130529", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Reopen, tested on wrong build

{html}", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:42:12.000+0000", "updated": "2011-04-15T03:42:12.000+0000" }, { "id": "130530", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested with Titanium SDK version: 1.7.0 (03/18/11 12:00 19be393)\non
\nSimulator 4.1
\niPhone4 4.3
\nEmulator 2.1

{html}", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:42:13.000+0000", "updated": "2011-04-15T03:42:13.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }