[Mono-bugs] [Bug 78428][Nor] New - [PATCH] ToolBar: on resizing, it allocates extra space for Separator buttons

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 17 05:04:11 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 atsushi at ximian.com.

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

--- shadow/78428	2006-05-17 05:04:11.000000000 -0400
+++ shadow/78428.tmp.13292	2006-05-17 05:04:11.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 78428
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] ToolBar: on resizing, it allocates extra space for Separator buttons
+
+winforms/toolbar/swf-toolbar.exe contains a separator button as "button12".
+(On win32) by default this app "clips" those buttons since there is no
+sufficient width, so resize the window and extend its width.
+
+At some extended width, it will redraw the toolbar as one-liner, but it
+allocates extra space for the "separator" as if there were another hidden
+button there.
+
+Patch being attached.


More information about the mono-bugs mailing list