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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
