-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip is missing when using keyboard to highlight tree items. #141021
Comments
@isidorn is there a usual way to access a tooltip via keyboard that we should be following? |
@alexr00 yeah, |
I have added the |
@alexr00 great, thanks! Looking at the code it does not look like focus is passed to the hover (I might be misinterpreting). Is it possible to move the focus to the custom hover when this command is triggered by keybinding? |
Focus is passed to the hover. I confirmed that NVDA reads the hover when shown via the keybinding. (its this vscode/src/vs/workbench/api/browser/viewsExtensionPoint.ts Lines 301 to 302 in 25b2357
|
Thanks! I missed that |
@alexr00 I don't think there's a mechanism for returning focus, I guess we'd want to check how the quick pick does it and adopt that in the hover service. |
Does this issue occur when all extensions are disabled?: Yes
Context:
This issue was originally reported in vscode-mssql:
microsoft/vscode-mssql#17201
Steps to Reproduce:
Actual:
Expected:
When using arrow keys to move to data in a window, tooltip should be available with the keyboard keys which is available with mouse.
The text was updated successfully, but these errors were encountered: