[Mono-bugs] [Bug 80228][Wis] New - Transparent Control created with CreateParams ExStyle of 0x20 does not correctly draw as a transparent control.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 11 17:11:43 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 draditch at modcomp.com.

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

--- shadow/80228	2006-12-11 17:11:43.000000000 -0500
+++ shadow/80228.tmp.20985	2006-12-11 17:11:43.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 80228
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: Centos 4.x running mono 1.2.2 downloaded via red-carpet.
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: draditch at modcomp.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Transparent Control created with CreateParams ExStyle of 0x20 does not correctly draw as a transparent control.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+A control that is created to be transparent is not actually functioning as
+  intended. The control appears transparent until the control that it
+covers updates. The transparent control remains the previous color of the
+control that it covered.
+
+
+Steps to reproduce the problem:
+1. Compile the example code.
+2. Run example code.
+
+Actual Results:
+Run compiled application on mono, clicking on the lower half to the
+blue/orange control will toggle the entire control's color to be either
+blue or orange. The top portion of the control is covered by the
+transparent control and remains orange.
+
+Expected Results:
+Run compiled application on windows, clicking on the lower half to the
+blue/gray control will toggle the entire control's color to be either blue
+or gray. The top portion of the control is covered by the transparent
+control. The covered area of the colored control will change color and the
+transparent control will change.
+
+How often does this happen? 
+Every time.
+
+Additional Information:


More information about the mono-bugs mailing list