[Mono-bugs] [Bug 77283][Wis] Changed - ShowDialog hangs on certain
return value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 17 16:39:57 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77283
--- shadow/77283 2006-01-16 20:08:15.000000000 -0500
+++ shadow/77283.tmp.4888 2006-01-17 16:39:57.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77283
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Tested on Win32 and OSX X11
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: peter at novonyx.com
ReportedBy: don at edvalson.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -47,6 +47,10 @@
if (is_modal && (dialog_result != DialogResult.None)) {
end_modal = true;
This is incorrect. A dialog box should Close when Close() is called
regardless of the value of DialogResult.
+
+------- Additional Comments From peter at novonyx.com 2006-01-17 16:39 -------
+This was fixed a week ago, as part of the message pump redo. You are
+referencing old sources.
More information about the mono-bugs
mailing list