{ "id": "63378", "key": "TIMOB-2746", "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": "11238", "name": "Release 1.6.0 M05", "archived": true, "released": true, "releaseDate": "2011-01-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:59:58.000+0000", "created": "2011-04-15T03:28:27.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "defect", "field", "focus", "ios", "release-1.6.0", "reported-1.6.0", "text" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:59:58.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}

iOS 4.1 4GT iPod touch. Titanium SDK version: 1.6.0 (01/04/11\n08:01 e49700d)

\n

1.BaseUI > Views > Table Views > Table view w/ Text\nField
\n2.scroll to the bottom of the table
\n3.tap into the bottom most row

\n

results: the text input indicator animates from the bottom of\nthe field to the top (a bit intermittant, try 3-4 times you should\nsee it)

\n

4.type in some text
\n5.tap into the row above
\n6.now tap back into the bottom most row

\n

results: the row is pushed behind the keyboard
\nexpected:input to be visible.

\n

exists in 1.5.1

{html}", "attachment": [], "flagged": false, "summary": "iOS: TableView with text field - giving focus to the text field a second time does not produce expected behavior ", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "129319", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [bbca90499aa7caf3393ca91d04f9243428f24e8d])\n[#1645 state:fixed-in-qa] [#1714\nstate:fixed-in-qa] [#2189 state:fixed-in-qa] [#2442\nstate:fixed-in-qa] [#1645 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2736 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2746 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2197 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2746 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] Look ma, I fixed the keyboard! \nhttps://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:28.000+0000", "updated": "2011-04-15T03:28:28.000+0000" }, { "id": "129320", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [bbca90499aa7caf3393ca91d04f9243428f24e8d])\n[#1645 state:fixed-in-qa] [#1714\nstate:fixed-in-qa] [#2189 state:fixed-in-qa] [#2442\nstate:fixed-in-qa] [#1645 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2736 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2746 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2197 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] [#2746 state:fixed-in-qa milestone:\"Release 1.6.0\nM05\"] Look ma, I fixed the keyboard! \nhttps://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:28.000+0000", "updated": "2011-04-15T03:28:28.000+0000" }, { "id": "129321", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested the following code on iPhone 4 (4.2.1) and iPhone\nSimulator (4.2)

\n
\nvar win = Titanium.UI.createWindow({backgroundColor:'#ccc'});\nvar table = Ti.UI.createTableView({});\ndata = [];\nfor(var i = 0;i<30;i++){\n    var row =Ti.UI.createTableViewRow({});\n    var textfield = Ti.UI.createTextField({height:40,width:300,value:i,backgroundColor:'#ccc'});\n    row.add(textfield);\n    data[i]=row;\n    Ti.API.info(i);\n}\ntable.data=data;\nwin.add(table);\nwin.open();\n
\n

Ti SDK 1.6 (Jan 25 2011 17:39 r1ead074f)
\nWorking as expected

{html}", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:28.000+0000", "updated": "2011-04-15T03:28:28.000+0000" }, { "id": "129322", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested on KS with iPhone 4 (4.2.1) and iPhone Simulator\n(4.2)

\n

Ti SDK 1.6 (Jan 25 2011 17:39 r1ead074f)

\n

Working as expected

{html}", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:28:29.000+0000", "updated": "2011-04-15T03:28:29.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }