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=79842

--- shadow/79842        2006-11-07 19:03:20.000000000 -0500
+++ shadow/79842.tmp.25712      2006-11-07 20:31:54.000000000 -0500
@@ -55,6 +55,20 @@
 question:  what happens if you set the width and then set the minimum
 width to a larger value?
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-11-07 19:03 -------
 I added a couple of NotWorking tests for StatusBarPanel that cover
 Width/MinWidth.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-11-07 20:31 -------
+For the problem panels, NUnit sets the following properties in the
+constructor for the status bar:
+  Panel.Autosize to StatusBarPanelAutosize.Contents 
+  Panel.MinWidth to a value
+Note that it does not set Width.
+
+I can make the symptoms go away by doing either of the following:
+  Set Width to same value as MinWidth in the constructor
+  Don't set Autosize
+
+So the problem seems to be related to the interaction between MinWidth
+and AutoSize and doesn't come up in other cases.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to