Skip to content

"More option", "copy", "save" and "Expand" buttons are not accessible using the keyboard: A11y_Visual Studio Code Jupyter Extensions_Home_Keyboard. #17043

@AnKushSingh05

Description

@AnKushSingh05

GitHub Tags

#A11yMAS; #A11yTCS; #Win32; #A11ySev1;#DesktopApp; #Visual Studio Code Jupyter Extensions; #GH-VSCodeJupyterExtensions-Win32-Oct2025; #WCAG2.1.1; #FTP; #Keyboard;

Environment Details:

Application: Visual Studio Code Jupyter Extensions
Version: 1.105.0-insider (user setup)
OS build :26100.4770
Screen reader
JAWS version: 2025
NVDA: 2024.4.2

Repro Steps
1.Install Jupyter extension app.
2.Launch the Visual studio code.
3.Create new jupyter notbook file and run the code
(# Matplotlib widget
from ipywidgets import *
import numpy as np
import matplotlib.pyplot as plt

x = np.linspace(0, 2 * np.pi)
fig = plt.figure()
ax = fig.add_subplot(2, 1, 2)
line, = ax.plot(x, np.sin(x))

def update(w=1.1):
line.set_ydata(np.sin(w * x))
fig.canvas.draw_idle()

interact(update))

4.Verify that "More option", "copy", "save" and "Expand" buttons are not accessible using the keyboard.

Actual Experience.

"More option", "copy", "save" and "Expand" buttons are not accessible using the keyboard.

Expected Experience

"More option", "copy", "save" and "Expand" buttons should be accessible using the keyboard keys.

User Impact:

Keyboard and screen reader users will not be able to access the controls.

Attachment

Button_Keyboard.mp4

Metadata

Metadata

Labels

accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesbugIssue identified by VS Code Team member as probable bugoutput-renderer

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions