{ "id": "128879", "key": "TIMOB-16844", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2014-06-10T21:48:40.000+0000", "created": "2014-04-10T16:40:31.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ScrollView", "SearchBar", "iOS7" ], "versions": [ { "id": "15857", "description": "Release 3.2.2", "name": "Release 3.2.2", "archived": false, "released": true, "releaseDate": "2014-03-09" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T22:36:54.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": "Symptom:\r\nYou have a ScrollView with a SearchBar inside. When a SearchBar is the first text input that is focused, the keyboard will cover up the ScrollView, and not scroll any differently than if the keyboard was not displayed.\r\n\r\nExpected:\r\nThe ScrollView should resize itself to the available space on the screen, allowing for scrolling if necessary.\r\n\r\nWorkaround:\r\nNone that are acceptable. You can put whitespace at the end of your ScrollView content, but that's a poor user experience.\r\n\r\n{code:xml|title=index.xml}\r\n\r\n\t\r\n\t\t\r\n\t\t\t