Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9327] MobileWeb: AlertDialog message gets truncated

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-06-05T12:19:16.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-05-31T04:52:08.000+0000
Updated2014-01-28T23:48:59.000+0000

Description

Long AlertDialog messages get truncated.
Ti.UI.setBackgroundColor('#000');

var win = Ti.UI.createWindow();

var alertDialog = Titanium.UI.createAlertDialog({
        title: "this is a title",
        message: "this is a long message that will be trucated on mobileweb"
});
alertDialog.show();

win.open();

Comments

  1. Bryan Hughes 2012-06-05

    Duplicate of TIMOB-9212

JSON Source