{ "id": "124000", "key": "TIMOB-16046", "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": "15719", "description": "2013 Sprint 26", "name": "2013 Sprint 26", "archived": true, "released": true, "releaseDate": "2014-01-03" }, { "id": "15720", "description": "2013 Sprint 26 API", "name": "2013 Sprint 26 API", "archived": true, "released": true, "releaseDate": "2014-01-03" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2013-12-27T01:28:53.000+0000", "created": "2013-12-19T00:28:16.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [ { "id": "33923", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "123538", "key": "TIMOB-15940", "fields": { "summary": "iOS: keyboardToolbar disappears after multiple displays", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T17:17:37.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": "h6.Issue description \r\nThis happens in both iOS 6 and 7 devices with Ti SDK 3.1.3.GA\r\n\r\nh6.Steps to replicate\r\nTo replicate focus the text field and then dispose the keyboard clicking the done button multiple times (it may require 2-3 times).\r\n\r\nImportant: Reproducible only at device (iPhone 4 with iOS 7.0.3)\r\n\r\nh6.Runnable sample\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white'\r\n});\r\n\r\nvar fixedSpace = Ti.UI.createButton({\r\n\tsystemButton : Ti.UI.iPhone.SystemButton.FIXED_SPACE,\r\n\twidth : 213\r\n});\r\nvar doneButton = Ti.UI.createButton({\r\n\tright : 10,\r\n\twidth : 85,\r\n\theight : 30,\r\n\tbackgroundImage : 'global-btn-up.9.png',\r\n\tcolor : 'Black',\r\n\tfont : {\r\n\t\tfontSize : 14,\r\n\t\tfontFamily : 'Helvetica Neue',\r\n\t\tfontWeight : 'Bold',\r\n\t}\r\n});\r\ndoneButton.addEventListener('click', function(e) {\r\n\ttextField.blur();\r\n});\r\nvar textField = Titanium.UI.createTextField({\r\n\tborderStyle : Titanium.UI.INPUT_BORDERSTYLE_BEZEL,\r\n\thintText : 'Focus to see keyboard with toolbar',\r\n\tkeyboardToolbar : [fixedSpace, doneButton],\r\n\tkeyboardType : Ti.UI.KEYBOARD_NUMBER_PAD,\r\n\tkeyboardToolbarColor : '#999',\r\n\tkeyboardToolbarHeight : 40,\r\n\ttop : 10,\r\n\twidth : 300,\r\n\theight : 35\r\n});\r\n\r\nwin.add(textField);\r\nwin.open(); \r\n{code}", "attachment": [ { "id": "44714", "filename": "global-btn-up.9.png", "author": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-19T00:28:16.000+0000", "size": 1674, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: keyboardToolbar disappears after focussing textField 2-3 times", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 3.1.3.GA\r\niOS 6 & 7", "comment": { "comments": [ { "id": "285111", "author": { "name": "sfeather", "key": "sfeather", "displayName": "Stephen Feather", "active": true, "timeZone": "America/New_York" }, "body": "Duplicate of TIMOB-15940", "updateAuthor": { "name": "sfeather", "key": "sfeather", "displayName": "Stephen Feather", "active": true, "timeZone": "America/New_York" }, "created": "2013-12-19T00:33:02.000+0000", "updated": "2013-12-19T00:33:02.000+0000" }, { "id": "413737", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-20T17:17:37.000+0000", "updated": "2017-03-20T17:17:37.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }