[Mono-bugs] [Bug 343364] MessageBox: Show() does not display OK button for large message

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 22 17:21:48 EST 2008


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

User ecanuto at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=343364#c20





--- Comment #20 from Everaldo Canuto <ecanuto at novell.com>  2008-01-22 15:21:48 MST ---
Ah, finally I found it, your sample code on report is:

MessageBox.Show(new StringBuilder().Insert(0,"aa ",1000).ToString());

and you are running screenshots maybe using:

MessageBox.Show(new StringBuilder().Insert(0,"aa",1000).ToString());

Small difference take get different results.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list