[Mono-bugs] [Bug 79910][Nor] New - [PATCH] ColorDialog: size of dialog box is not reset

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 12 05:39:46 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 gert.driesen at pandora.be.

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

--- shadow/79910	2006-11-12 05:39:46.000000000 -0500
+++ shadow/79910.tmp.10489	2006-11-12 05:39:46.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 79910
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] ColorDialog: size of dialog box is not reset
+
+When an instance of ColorDialog is used more than one, then the size of 
+the ColorDialog form is not reset to the "not full open" state.
+
+To reproduce:
+1. Display ColorDialog (with FullOpen set to false).
+2. Click "Define Custom Colors".
+3. Click "Cancel".
+4. Display ColorDialog again.
+
+Expected result:
+
+The second time ColorDialog is display, the form should not be fully open.
+
+Actual result:
+
+Size of form is not reset, and as a result the form is displayed fully 
+open.
+
+I've also attached a MWF app that allows you to reproduce this issue. 
+Just follow the instructions on tab #1.
+
+Note:
+
+There's also a repaint issue with the "Define Custom Colors" button. If 
+you perform the second block of steps on tab #1, you'll see that 
+the "Define Custom Colors" button appears to be disabled, but it's not. 
+Once you hover the mouse pointer over it, its appearance will change 
+to "enabled". Let me know if you want me to submit a separate issue for 
+this, as the attached patch does not fix this.


More information about the mono-bugs mailing list