[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:18 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 14:56:57.000000000 -0500
+++ shadow/79908.tmp.29954	2006-11-11 18:08:18.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 79908
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: kobruleht2 at hot.ee               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -126,6 +126,12 @@
             Application.SetCompatibleTextRenderingDefault(false);
              new Form1().ShowDialog();
 
         }
     }
 }
+
+------- 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.


More information about the mono-bugs mailing list