[Mono-bugs] [Bug 79908][Wis] Changed - DialogResult.None does not prevent form close
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Nov 11 18:08:36 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79908
--- shadow/79908 2006-11-11 18:08:18.000000000 -0500
+++ shadow/79908.tmp.29970 2006-11-11 18:08:36.000000000 -0500
@@ -132,6 +132,11 @@
------- Additional Comments From monkey at jpobst.com 2006-11-11 18:08 -------
Bug confirmed. MSDN says setting the Form.DialogResult "hides the
modal dialog box, and returns control to the calling form", however
.Net does not hide the dialog box for DialogResult.None. It hides it
for other values.
+
+------- Additional Comments From monkey at jpobst.com 2006-11-11 18:08 -------
+Created an attachment (id=18066)
+Simplified Testcase
+
More information about the mono-bugs
mailing list