-
Notifications
You must be signed in to change notification settings - Fork 30.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
Show tooltips on elements that have keyboard focus #52016
Comments
(Experimental duplicate detection)
|
Assigning to @bpasero as this might impact all workbench actions |
@AccessibilityTestingTeam-TCS I cannot reproduce, when I tab over the buttons I get the following: |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Please refer video attached in the "Attachment for Reference" section. @bpasero I think you are using screenreader that's why it is displaying the tooltip. This issue is only regarding keyboard. On keyboard focus, tooltip should be visible. |
We do not control that, it is the native tooltip. |
@isidorn fyi umbrella bug |
@bpasero thanks |
@bpasero if we introduced some setting for this. Is there some way for us to always trigger the hover as the focus moves. |
@isidorn to my knowledge you cannot programmatically trigger the native tooltip in the browser |
@isidorn Same issue is observed in below vs code version.It is reproduced for all the controls for which the tooltips are visible by mouse but not by Keyboard. |
@isidorn Same issue is observed in below vs code version. It is reproduced for all the controls for which the tooltips are visible by mouse but not by Keyboard. |
From the user perspective we already read the aria label of the element once the user navigates on it. Aria label is usually the same as what is hovered or better, so this issue is covered for blind users. We can maybe look into this once MS Teams starts supporting this. |
GitHubTags: #A11ySev2; |
As per my comment above and because none of our users ever requested this I am closing this as designed. We will not change this. |
Duplicate of #132344 |
Environment Details:
VSCode Version : 1.24.0
OS Version : Win10
Additional Details:
MAS Violated: MAS2.1.1,MAS1.1.1
GitHubTags: #A11yMAS; #A11yTCS; #Win32; #DesktopApp #A11y_VSCodeEditor #WCAG2.1.1 #WCAG1.1.1
Repro Steps:
Actual:
Tooltip of buttons(Collapse,Minimize Panel Size, Move to right, Close Panel) in the Problems tab are not available when we navigate using keyboard. Tooltips are only available on mouse hover.
Expected:
When keyboard focus goes on control and for that control if tooltip is present then on keyboard focus tooltip should also appear.
User Impact:
Keyboard only users wont get the information which are conveyed through tooltip.
Attachment for Reference:
A11y VSCode Problems NVDA Tooltipnotaccessible.pptx
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: