[Mono-bugs] [Bug 80482][Min] New - LinkLabel BackColor problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 8 22:24:41 EST 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 mz392 at nyu.edu.

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

--- shadow/80482	2007-01-08 22:24:41.000000000 -0500
+++ shadow/80482.tmp.3529	2007-01-08 22:24:41.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 80482
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: Gentoo 2.6.14
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: mz392 at nyu.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: LinkLabel BackColor problem
+
+I believe there is a bug in LinkLabel.
+
+When setting the BackColor to transparent, the LinkLabel object will not be
+rendered correctly. Reproduce the problem with the following:
+linkLabel1.BackColor = System.Drawing.Color.Transparent;
+
+When looking in the code for LinkLabel, my guess is that the problem may be
+related to "base.OnPaint" not being called. The base, Label, calls
+"base.OnPaint".
+
+Also note that Label renders correctly when setting its BackColor to
+transparent.


More information about the mono-bugs mailing list