{ "id": "63663", "key": "TIMOB-3031", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-28T23:10:21.000+0000", "created": "2011-04-15T03:35:07.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "1.5.x", "feature", "ios", "rplist" ], "versions": [], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-07T18:30:29.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}

I'm not sure if this is to be filed as a bug, feature request,\r\nor just incomplete documentation. From using iOS I'd say hitting\r\n'return' almost always blurs a textfield if suppressReturn is true\r\nbut there could be cases where this is not desirable.

\r\n

HD Ticket: http://developer.appcelerator.com/helpdesk/view/69651

{html}", "attachment": [], "flagged": false, "summary": "iOS: Textfield suppressReturn Documentation or Semantic Adjustments", "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": "200779", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "{code} \r\nvar win = Ti.UI.createWindow({ backgroundColor: 'white' });\r\n\r\nvar textField = Ti.UI.createTextField({\r\n height: 60,\r\n top: 10,\r\n left: 10,\r\n width: 250,\r\n borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,\r\n //suppressReturn: false\r\n});\r\n\r\nwin.add(textField);\r\nwin.open();\r\n{code}\r\n\r\nUsing the code above (TiSDK 2.0.2GA), when the suppressReturn property is commented out, it blur's the keyboard (default). Same if the property is set to true. If you set it to false, it doesn't blur it and instead adds a new line.\r\n\r\n", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-06-28T13:35:06.000+0000", "updated": "2012-06-28T13:35:06.000+0000" }, { "id": "409543", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-07T18:30:29.000+0000", "updated": "2017-03-07T18:30:29.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }