vscode
vscode copied to clipboard
Accessibility: Tooltips do not appear when using keyboard navigation
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
- OS Version:
We received this issue from accessbility testing of our VS Code extension. It is also reproducible using vscode-extension-samples/tree-view-sample. The issue is essentially that treeitem tooltips are not being shown when using keyboard navigation.
Steps to Reproduce:
- Run the tree-view-sample
- Open a workspace that contains node packages in the Explorer
- Open the Package Explorer side bar and refresh
- Now the treeview should be populated
- Use keyboard navigation (Tab, arrow keys) to navigate through the treeview elements
Expected: The tooltips should appear while using keyboard navigation. Actual: The tooltips do not appear on keyboard navigation, but do appear on mouse hover.