{ "id": "62829", "key": "TIMOB-2197", "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:58:23.000+0000", "created": "2011-04-15T03:13:14.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "ios", "ipad", "iphoneidiom", "release-1.6.0", "scrollview", "textarea" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:58:23.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}

iPad 3.2.2, TiMobile sdk version 1.5.0.5dc262e

\n

1.KS (iPhone idiom)>baseUI>Views>Scroll Views\nTextArea
\n2.tap into a text area to invoke keyboard, then try and scroll the\nview (works)
\n3.tap into a second text area, then try to scroll the view

\n

results: scrolling no longer works for the view. 3.2.2 and\nearlier only. Not seeing this on 4.0 or 4.1

{html}", "attachment": [], "flagged": false, "summary": "iOS 3.2.2 and older (iPad/iPod/iPhone) : ScrollViews/text area - scroll view not scrolling with keyboard up after tapping out of the first field.", "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": "127781", "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:13:14.000+0000", "updated": "2011-04-15T03:13:14.000+0000" }, { "id": "127782", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested the following code on iPad (4.2.1), iPad Simulator (4.2),\nand iPhone 1st Gen (3.1.3)

\n
\nvar win = Ti.UI.createWindow({backgroundColor:'#ccc'});\nvar scrollView = Ti.UI.createScrollView({\n    contentHeight:'auto',\n    contentWidth:'auto'\n});\nwin.add(scrollView);\nvar x = 10;\nfor (var i = 0;i<20;i++){\n    var ta1 = Titanium.UI.createTextArea({\n        value:'I am a textarea',\n        height:100,\n        width:300,\n        top:x,\n        font:{fontSize:20,fontFamily:'Marker Felt', fontWeight:'bold'},\n        color:'#888',\n        textAlign:'left',\n        borderWidth:2,\n        borderColor:'#bbb',\n        borderRadius:5\n    });\n    x=x+110;\n    scrollView.add(ta1);\n}\nwin.open();\n
\n

Working as expected on my test devices, but, it seems like iOS\n3.2 on simulator does not work with 1.6
\nTitanium's Console Log: http://pastie.org/private/p4k1pgdwbnos0gf3mtlhw

\n

Could not test on iPad running iOS less than 4

\n

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

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

Tested the same code with the same Ti SDK but with Ti.Dev.\n1.3

\n

Getting the same Console Log, no matter if I select iPhone or\niPad. If SDK is 3.2, Errors fill the console.

{html}", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:14.000+0000", "updated": "2011-04-15T03:13:14.000+0000" }, { "id": "127784", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

The issue that changed the ticket state is unrelated to\nscrollviews, and should be in its own ticket.

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:15.000+0000", "updated": "2011-04-15T03:13:15.000+0000" }, { "id": "127785", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

3.2 crash is now resolved. Bug confirmed on 3g iphone 3.1.2 and\nipad 3g 3.2

{html}", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:15.000+0000", "updated": "2011-04-15T03:13:15.000+0000" }, { "id": "127786", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [b3f5f044a965b3781e20576c18639cf8c340b7c5])\n[#2197 state:fixed-in-qa] Added ability to pass\nan array as second argument to DB.execute. Backwards compatible\nwith varargs as well. \nhttps://github.com/appcelerator/titanium_mobile/commit/b3f5f044a965...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:16.000+0000", "updated": "2011-04-15T03:13:16.000+0000" }, { "id": "127787", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Dyslexics of the world untie!

{html}", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:16.000+0000", "updated": "2011-04-15T03:13:16.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }