[Mono-bugs] [Bug 82747][Wis] Changed - ToolStrip textbox bad size at RT

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 14 16:15:51 EDT 2007


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

--- shadow/82747	2007-09-12 15:10:30.000000000 -0400
+++ shadow/82747.tmp.11150	2007-09-14 16:15:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82747
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: MDV 2007/2008 Cooker
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: surfzoid2002 at yahoo.fr               
 QAContact: mono-bugs at ximian.com
@@ -48,6 +48,44 @@
 		_textBox2.Size = new Size(265, 60);
 Start the sample and put in memory the look of the textbox2
 Close the program and chage as it :
 		_textBox2.Size = new Size(500, 60);
 compare the "new" image with the one in your memory, nothing change
 about size.
+
+------- Additional Comments From monkey at jpobst.com  2007-09-14 16:15 -------
+Fixed in r85778 and r85835.  Thanks for the report, and thanks gert
+for the simplified test case!
+
+2007-09-14  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ToolStrip.cs: Make ToolStrip selectable when TabStop = true.  Find an
+	item to select when the ToolStrip is selected.
+	* ToolStripControlHost: Realign the control when the bounds or visibility
+	change.
+	* ToolStripItem.cs: When selected, if it's a control host, focus the
+control.
+	* ToolStripOverflow.cs: When laying out the drop down, respect the item's
+	preferred height.
+	* ToolStripTextBox.cs: OnPaintInternal should call
+base.OnPaintInternal, not
+	base.OnPaint.  Was causing text not to be drawn.
+
+2007-09-14  Jonathan Pobst  <monkey at jpobst.com>
+
+	* ToolStripTest.cs: Asserts showing Selectable control style depends
+	on TabStop.
+
+2007-09-13  Jonathan Pobst  <monkey at jpobst dot com>
+
+        * TableLayout.cs: Use control's PreferredSize when figuring up the
+        size of an AutoSize row/column.
+
+2007-09-13  Jonathan Pobst  <monkey at jpobst dot com>
+
+        * ToolStrip.cs: Take Margin into account when calculating
+preferred
+        size.  Also, allow preferred size to get smaller than the explicit
+        size.
+        * ToolStripTextBox.cs: Don't change the GetPreferredSize
+implementation.
+        First step towards fixing bug #82747.


More information about the mono-bugs mailing list