-
Notifications
You must be signed in to change notification settings - Fork 950
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
Jupyter notebook > 7 keyboard shortcuts get active when typing in a Textarea #3926
Comments
I am also seeing this breaking issue and have some additional information from testing different versions of Jupyter, ipywidgets, and browsers.
Is there any update on when this will be looked in to? It is a pretty big problem. Thanks. Reproduce:
Contextipywidgets version = Problem seen in testing with both 7.6.6 and 8.1.5 |
In JupyterLab (not Notebook as in original issue post), ipywidgets version 8.1.5 Operating System and version: Debian 11.21 Browser and version: Brave for Windows (11) 1.69.168 Chromium 128.0.6613.138 64-Bit JupyterLab version: 4.2.5 |
Description
The keyboard shortcuts from jupyter notebook get activate when I type into a
Textarea
. For example I cannot typea
without creating a new cell. I checked ipywidgets8.1.3
, notebook7.2.1
, but also older versions ipywidgets8.0.0
, notebook7.0.2
. I am a bit confused, since I did not have this issue 6 months ago with the old versions. My only guess is that it is the brower somehow, but I might forgot to downgrade something else? Tried Firefox (127.0.2) and Vivaldi (6.7.3329.35 stable). The error seems to also appear on the GitHub CI on this branch https://github.com/osscar-org/scicode-widgets/tree/fix/black-24-upgrade (there are information about the environment in the pyproject.toml and the tox environmenttests-notebook-7
)Reproduce
Expected behavior
Keyboard shortcuts should be ignored when typing text into Textarea.
Context
EDIT: Also tried on macOS Sonoma 14.5 with Safara 17.5 and Vivaldi, same issue.
EDIT: Tried old Firefox version (102.0) to check why I did not have this issue 6 months ago but the problem also appears there too
The text was updated successfully, but these errors were encountered: