[Mono-bugs] [Bug 79816][Min] Changed - Focus rectangle is drawn around CheckBox and TrackBar

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 20 15:55:43 EST 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 shana.ufie at gmail.com.

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

--- shadow/79816	2006-11-20 15:05:36.000000000 -0500
+++ shadow/79816.tmp.18419	2006-11-20 15:55:43.000000000 -0500
@@ -44,6 +44,43 @@
 ------- Additional Comments From shana.ufie at gmail.com  2006-11-03 16:11 -------
 Note: check test case of #77903
 
 ------- Additional Comments From rolfkvinge at ya.com  2006-11-07 09:21 -------
 Note: the TrackBar focus rectangle not beeing reproducable easily is 
 filed in #79341.
+
+------- Additional Comments From shana.ufie at gmail.com  2006-11-20 15:55 -------
+A few more notes about this, as it is a tricky behaviour in windows
+that is not easily reproducible by everyone, depending on certain
+settings and versions:
+
+First off, a nice test of this behaviour on windows
+http://blogs.msdn.com/saraford/archive/2004/04/16/114935.aspx
+
+The focus rectangle is a visual cue, bound to keyboard navigation
+underlining cues. There is a checkbox "Hide keyboard navigation
+indicators until I use the Alt key" in Display Properties/Effects that
+controls both the underline of the keyboard shortcuts, but also the
+focus rectangle drawing cue.
+
+If this checkbox is selected: 
+
+- the focus rectangle *sometimes* appears, depending on whether the
+window was activated using the mouse (they don't) or with the keyboard
+(they do). 
+
+- After appearing, if the window is hidden and shown again with either
+alt+tab or the mouse, the focus rectangles disappears
+
+- Any key use to navigate the window will show the focus rectangle
+
+If this checkbox is not selected:
+
+- The focus rectangle is always visible, doesn't matter whether it was
+activated using the mouse or the keyboard.
+
+By default it seems the checkbox is selected on both w2k and xp. 
+
+Themes might modify this, and because that checkbox actually controls
+2 separate settings, an app might modify the keyboard cue behaviour
+without modifying the focus cue behaviour, and the checkbox might not
+reflect that (unknown, but probable :p)


More information about the mono-bugs mailing list