[Mono-bugs] [Bug 78415][Cos] New - LinkLabel painting inconsistency
on hovered label
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 15 23:38:12 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=78415
--- shadow/78415 2006-05-15 23:38:12.000000000 -0400
+++ shadow/78415.tmp.29581 2006-05-15 23:38:12.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78415
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: atsushi at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: LinkLabel painting inconsistency on hovered label
+
+With the example code in bug #78392, try following:
+
+- compile and run
+- move another window (anything) onto the MainForm, to halfly cover
+"HoverUnderline" link label.
+- Move to the "HoverUnderline" link label. Now it shows the underline.
+- Move the cursor to the other window along with that LinkLabel.
+- When the cursor switched to the other window, activate MainForm again,
+but without touching the link label.
+
+Actual Results:
+
+The LinkLabel still keeps underline.
+
+Expected Results:
+
+The underline should have gone away.
+
+How often does this happen?
+
+consistently.
+
+Additional Information:
+
+Patch being attached, though there might be better place to handle redraw.
More information about the mono-bugs
mailing list