https://bugzilla.novell.com/show_bug.cgi?id=388640


           Summary: DialogBoxs truncating messages
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86-64
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=213864)
 --> (https://bugzilla.novell.com/attachment.cgi?id=213864)
Screenshot of problem

The following code should generate a message box with the full text. However it
is truncated after the word "doesn't".

DialogResult results;
results = MessageBox.Show(this, "This is a very long message which really is
pointless but proves a point that it doesn't work", "Configuration error",
MessageBoxButtons.OK);

This behaviour is unpredictable, as different lengths of truncation occur with
different titles for the DialogResult MessageBox.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to