• Hi folks,

    If you have a message box with a title longer than the text, the display can tend to get pretty messed up. Please see the attachments. MessageBox1.png is from this code:
    Ext.Msg.alert("Fairly Long Message Title", "shortmsg");
    ...and MessageBox2.png is from this code (trying to prevent title wrap):
    Ext.Msg.alert("Fairly Long Message Title".replace(/ /g, " "), "shortmsg");
    Bugette: It probably shouldn't do that. :)
    Suggestion: Automatically don't wrap titles that aren't seriously long

    Thanks,


  • I challenge you to provide a "real" test case. ;)

    :)) How 'bout: Ext.Msg.alert("Joe's Nifty Application", "Logged Out"); ;)

    But yes indeed, reasonably rare...


  • I challenge you to provide a "real" test case. ;)

    We'll take a look at it.







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about [2.0b1] MessageBox width bugette and suggestion , Please add it free.