You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are building a VS Code extension. We have command to let user specify a color. The command will throw an error and trigger an error notification in VS Code when the color is invalid. During the accessibility test, the tester reported that the tooltip (I guess we simply use title attribute) of "More Actions..." icon button is not accessible through keyboard. I think this applies to all the icon buttons in the notification popup.
I noticed there is a similar issue: #132344
But the fix seems to not apply to the icon buttons in the notification popup.
Steps to Reproduce:
Find a command that you know how to trigger an error notification.
Trigger an error notification and expand it.
Open On-Screen Keyboard and use it to navigate through the notification.
Notice that tooltip does not show up while navigating through icon buttons.
Recording.2024-01-29.092459.mp4
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Description
We are building a VS Code extension. We have command to let user specify a color. The command will throw an error and trigger an error notification in VS Code when the color is invalid. During the accessibility test, the tester reported that the tooltip (I guess we simply use title attribute) of "More Actions..." icon button is not accessible through keyboard. I think this applies to all the icon buttons in the notification popup.
I noticed there is a similar issue: #132344
But the fix seems to not apply to the icon buttons in the notification popup.
Steps to Reproduce:
Recording.2024-01-29.092459.mp4
The text was updated successfully, but these errors were encountered: