[Mono-bugs] [Bug 388640] New: DialogBoxs truncating messages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 9 06:21:25 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: paul at all-the-johnsons.co.uk
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list