[Mono-bugs] [Bug 76035][Nor] Changed - Overlapping widgets redraw incorrectly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 01:31:11 EDT 2005


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 peter at novonyx.com.

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

--- shadow/76035	2005-09-09 18:26:15.000000000 -0400
+++ shadow/76035.tmp.13660	2005-10-14 01:31:11.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 76035
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -18,6 +18,12 @@
 
 Run the swf-dock test, if you make the window smaller until the middle
 button is completely gone, and the Dock=Right is on top of the Dock=Left.
 
 In Windows the Dock=Right completely overlaps Dock=left, in our case
 Dock=Left paints a part of the line on top of Dock=Right.
+
+------- Additional Comments From peter at novonyx.com  2005-10-14 01:31 -------
+It's not actually drawing errors, it is X11 behaviour. A window in 
+X11 cannot be of size 0, so what looks like we're drawing lines into 
+the controls are the controls that were shrunk down to size 1 that 
+still sit on top of the still visible controls.


More information about the mono-bugs mailing list