{ "id": "62346", "key": "TIMOB-1714", "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:56:57.000+0000", "created": "2011-04-15T03:00:17.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "defect", "ios", "ipad", "keyboard", "release-1.6.0", "toolbar" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:56:57.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}

When the iPad rotates to landscape the toolbar is no longer\nvisible.

\n

var btnPrev =\nTi.UI.createButton({title:'Previous',height:33,width: 70});
\nvar btnNext = Ti.UI.createButton({title:'Next',height:33,width:\n70}); var tfUsername = Titanium.UI.createTextField({

\n
\n    hintText:'enter your name',\n    top: 10,\n    left: 20,\n    height:35,\n    width:300,\n    borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,\n    keyboardToolbar:[btnPrev,btnNext],\n    keyboardToolbarColor: '#999',   \n    keyboardToolbarHeight: 440      \n}); \nTi.UI.currentWindow.add(tfUsername);\n
\n

this was run against 1.4 & 1.4.1

{html}", "attachment": [], "flagged": false, "summary": "keyboardToolbar disappears in landscape mode (iPad)", "creator": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "126429", "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:00:18.000+0000", "updated": "2011-04-15T03:00:18.000+0000" }, { "id": "126430", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

Tested the following code in iPad (4.2.1) and iPad Simulator\n(4.2)

\n
\nvar win = Ti.UI.createWindow({backgroundColor:'#ccc'});\nvar btnPrev = Ti.UI.createButton({title:'Previous',height:33,width: 70});\nvar btnNext = Ti.UI.createButton({title:'Next',height:33,width: 70});\nvar tfUsername = Titanium.UI.createTextField({\n    hintText:'enter your name',\n    top: 10,\n    left: 20,\n    height:35,\n    width:300,\n    borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,\n    keyboardToolbar:[btnPrev,btnNext],\n    keyboardToolbarColor: '#999',   \n    keyboardToolbarHeight: 44\n}); \nwin.add(tfUsername);\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:00:18.000+0000", "updated": "2011-04-15T03:00:18.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }