[Mono-bugs] [Bug 78484][Wis] New - ShowDialog doesn't return after hiding the modal form

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 23 02:16:48 EDT 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 moitah at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78484

--- shadow/78484	2006-05-23 02:16:48.000000000 -0400
+++ shadow/78484.tmp.13441	2006-05-23 02:16:48.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 78484
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: moitah at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ShowDialog doesn't return after hiding the modal form
+
+Steps to reproduce the problem:
+1. Show some form modally ("someForm.ShowDialog();")
+2. Make a button in that form to hide the form ("this.Hide();" or
+"this.Visible = false;")
+
+Actual Results:
+ShowDialog doesn't return after the modal form is hidden.
+
+Expected Results:
+Running in Microsoft's .NET Framework, ShowDialog returns not only after
+closing the form, but also after hiding it.


More information about the mono-bugs mailing list