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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76934 --- shadow/76934 2005-12-06 17:35:04.000000000 -0500 +++ shadow/76934.tmp.7908 2005-12-06 17:35:04.000000000 -0500 @@ -0,0 +1,43 @@ +Bug#: 76934 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: XP +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Colordialog exits application when closing the dialog box + +Description of Problem: +When closing a color dialog box with the x in the upper right hand corner, +it will close the application out completely. + + +Steps to reproduce the problem: +Create a new winforms project and add a button to the form. In the +button's click event, open the color dialog. Compile, press the button, +close the color dialog with the x in the upper right corner, the +application will exit. + +Actual Results: +The application will exit. + +Expected Results: +The color dialog to close. + + +How often does this happen? +Every time. + + +Additional Information: +Only seems to happen when called with in a click event of a button. I also +opened the dialog within the form load event and it worked as it should. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
