[Mono-bugs] [Bug 78607][Nor] Changed - [PATCH] CheckBox and RadioButton does not show focus
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 29 16:50:56 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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78607
--- shadow/78607 2006-06-29 16:48:34.000000000 -0400
+++ shadow/78607.tmp.24259 2006-06-29 16:50:56.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [PATCH] CheckBox and RadioButton does not show focus
+BugsThisDependsOn: 78674
Mono (as well as .NET) draws dash line border on focused Button control and
ListView. The same should apply to CheckBox and RadioButton like:
- - - - - - - - -
|O| foo |
@@ -52,6 +53,11 @@
button. After that, Focused is always true.
You can reproduce that by running the swf-buttons example on windows
(swf). Click a button, no focus rectangle is drawn. Use the tab key
once, focus rectangle is visible and clicking an other button after
that and the focus rectangle gets still drawn.
+
+------- Additional Comments From peter at novonyx.com 2006-06-29 16:50 -------
+Based on Alexanders comments this needs to move behind our focus bug,
+and we need to probably override WM_LBUTTONDOWN which sets focus in
+WndProc
More information about the mono-bugs
mailing list