[Mono-bugs] [Bug 82752][Min] New - Focus rectangle issues
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 8 10:19:50 EDT 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82752
--- shadow/82752 2007-09-08 10:19:50.000000000 -0400
+++ shadow/82752.tmp.14522 2007-09-08 10:19:50.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 82752
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Focus rectangle issues
+
+Currently, the size of our focus rectangle matches the size of CheckBox
+and RadioButton controls on the 1.0 profile, while it should only be drawn
+around the actual text of these controls.
+
+If the control has no text, then no focus rectangle should be drawn at all.
+
+On the 2.0 profile, the focus rectangles are not drawn at all.
+
+To reproduce:
+1. compile and run the attached source code.
+2. follow the on-screen instructions.
+
+Note:
+This may apply to other controls as well. I haven't checked.
More information about the mono-bugs
mailing list