Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMove the mouse out of the way when navigating the system tray #10
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2007-08-22 03:35 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2008-06-17 01:05 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2008-06-18 03:38 |
feerrenrut
added a commit
that referenced
this issue
Aug 15, 2018
Misc-deps has been updated to remove the following: IA2, replaced by https://github.com/LinuxA11y/IAccessible2.git configobj: replaced by https://github.com/DiffSK/configobj.git Based on merged in commit of: nvaccess/nvda-misc-deps PR #10 (nvaccess/nvda-misc-deps#10)
leonardder
added a commit
that referenced
this issue
Sep 23, 2019
…) (#10) * Thread name logging: Generalize logging of full qualified names (#10259) * Review action BabbageCom#10 (comment) Co-Authored-By: Leonard de Ruijter <leonardder@users.noreply.github.com>
michaelDCurran
added a commit
that referenced
this issue
Sep 23, 2019
* Log thread info * Name all threads in core * Fix accidental change of scons submodule * Small fixes * Thread name logging: Generalize logging of full qualified names (#10259) (#10) * Thread name logging: Generalize logging of full qualified names (#10259) * Review action BabbageCom#10 (comment) Co-Authored-By: Leonard de Ruijter <leonardder@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by jteh on 2007-08-17 05:41
In Windows XP, system tray accessibility is a bit weird. If the mouse is sitting on a system tray icon, the focus will keep bouncing back to the icon under the mouse after a brief pause, even when the focus is moved with the keyboard. This isn't just NVDA speaking the object under the mouse; the focus does actually get stolen. (Actually, I think this is true for most toolbars, but the problem is worse here because Windows routes the mouse cursor to the focus when activating system tray icons.)
The mouse cursor should be moved out of the way (perhaps to the top left corner of the toolbar?) when the system tray "Notification area" toolbar has focus. Note that some context menus for system tray icons do correctly return focus to the system tray after exiting them (e.g. the Safely remove hardware context menu), so the mouse needs to be moved out of the way when returning to the toolbar from one of these menus as well.