{ "id": "104499", "key": "TIMOB-11687", "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": null, "resolutiondate": null, "created": "2012-11-07T08:53:18.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "OptionDialog", "height", "ipad" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:04:25.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "The height of the option dialog is wrong computed.\r\nSome report it as the last element that cannot be viewed.(can be some more)\r\nwhen you add a titlePrompt to the window the height of the optiondialog reduces but the lenght for the content does not(scroll that far).\r\n\r\nI include a lot of pictures produced by the code below.\r\nThe testcode tries to show 19 options.\r\nand then when you go from rotate the app on screen 5 you get screen 6\r\n\r\n{code:lang=javascript|title=app.js}\r\n(function() {\r\n\tvar win = Titanium.UI.createWindow({\r\n\t \ttitle: 'iPad OptionDialog Height problem',\r\n\t \t//titlePrompt:'titlePromt makes it worse',\r\n\t \texitOnClose: true,backgroundColor:'white',navBarHidden:false,modal:true,barColor:'red',\r\n\t});\r\n\t\r\n\tvar view = Ti.UI.createView({height:Ti.UI.FILL,layout:'vertical',width:Ti.UI.FILL});\r\n\twin.add(view);\t\r\n\tfor(var i=0,j=10; i