{ "id": "102754", "key": "AC-1852", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-10-05T22:14:42.000+0000", "created": "2012-10-05T19:14:01.000+0000", "labels": [ "bug", "ios", "qe-testadded", "tableviewrow", "textfield" ], "versions": [], "issuelinks": [ { "id": "21930", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "103003", "key": "AC-2547", "fields": { "summary": "TextField never looses focus when action performed in Blur event (re-focuses afterwards)", "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" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "21779", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "102446", "key": "TIMOB-11250", "fields": { "summary": "iOS: blur() callback fails to blur keyboard on textfields with custom toolbar.", "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": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:40:45.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "Keyboard stays up when you show/hide elements in a tableviewrow\r\nIn this example, we have a label and a textfield in a row. \r\nWhen the row is clicked, we switch to 'edit' mode - hide the label, show the \r\ntextfield. When we hit Done, the blur callback will show the label, \r\nand hide the textfield. However, the keyboard doesn't hide properly.\r\nThis was working under 2.0.X\r\n", "attachment": [ { "id": "32329", "filename": "app.js", "author": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "created": "2012-10-05T19:14:01.000+0000", "size": 1663, "mimeType": "text/javascript" } ], "flagged": false, "summary": "Keyboard stays up when you Show/Hide elements in a TableViewRow", "creator": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "environment": "ios / TiSDK: 2.1.3.GA.15997d0", "comment": { "comments": [ { "id": "222311", "author": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested code. Works in 2.1.2, fails in 2.1.3.\n\nIf I comment out the blur listener, it works properly as well. Perhaps adding the listener is preventing the proper blur handling?\n\nCould be related to some keyboard fixes in 2.1.3.", "updateAuthor": { "name": "aevans", "key": "aevans", "displayName": "Arthur Evans", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-05T20:39:06.000+0000", "updated": "2012-10-05T20:39:06.000+0000" }, { "id": "222318", "author": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "body": "let me know if anyone has any suggested hotfixes I can apply. Otherwise, was going to try to work around by fixing up keyboard events module, and doing show/hide on keyboardDidHide", "updateAuthor": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "created": "2012-10-05T21:07:51.000+0000", "updated": "2012-10-05T21:07:51.000+0000" }, { "id": "222337", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/3118", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-05T21:59:00.000+0000", "updated": "2012-10-05T21:59:00.000+0000" }, { "id": "222339", "author": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "body": "thanks for the quick turn around. On east coast time, so will give it a shot in a few hours. ", "updateAuthor": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "created": "2012-10-05T22:14:13.000+0000", "updated": "2012-10-05T22:14:13.000+0000" }, { "id": "222341", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for 2_1_X https://github.com/appcelerator/titanium_mobile/pull/3119", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-10-05T22:21:24.000+0000", "updated": "2012-10-05T22:21:24.000+0000" }, { "id": "222403", "author": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "body": "works perfect for me in app. Thanks!", "updateAuthor": { "name": "meeech", "key": "meeech", "displayName": "Mitchell Amihod", "active": true, "timeZone": "America/New_York" }, "created": "2012-10-06T22:15:11.000+0000", "updated": "2012-10-06T22:15:11.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }