[TIMOB-1444] iPad - OptionsDialog - fails to display last option / height bug
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-31T22:03:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | defect, ios, ipad, reported-1.6.0, rplist |
Reporter | RavenLife |
Assignee | Eric Merriman |
Created | 2011-04-15T02:53:01.000+0000 |
Updated | 2017-07-31T22:10:52.000+0000 |
Description
Just created a new two button optiondialog on an ipad webview.
when it is shown on the page only the first of the options is shown
var dialog = Titanium.UI.createOptionDialog({
title: 'you have options',
options: ['option 1','option 2'],
destructive:0,
cancel:1
});
dialog.show();
if you place a third option the resulting optiondialog has 1 and a half buttons,
var dialog = Titanium.UI.createOptionDialog({
title: 'you have options',
options: ['Option 1','Option 2',''],
destructive:0,
cancel:1
});
dialog.show();
images attached for your convenience
Attachments
File | Date | Size |
---|---|---|
2options.png | 2011-04-15T02:53:02.000+0000 | 22297 |
3options.png | 2011-04-15T02:53:02.000+0000 | 25604 |