-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Changing slider with keyboard in Column jumps to end of cell #6394
Comments
Duplicate, I think, see #6314 |
I'm using Jupyterlab 4.1.2, which should be the fixed version. The cell does not lose focus, so I can keep updating the slider even though I can't see it. |
Downgrading jupyterlab to 4.0.12 fixes the problem, so it relates to your issue. |
Also, there is a problem with non-active select. screenrecord-2024-03-26_17.59.26.mp4 |
Another case is
screenrecord-2024-03-26_19.15.09.mp4 |
I also see it when I edit the text in the Tabulator widget |
@krassowski, do you have any recommendations for what to do? |
I would suggest adding |
The following example in a notebook will jump to the end of the output cell when a slider changes with the keyboard.
screenrecord-2024-02-26_19.32.31.mp4
The same does not seem to be the case when using
pn.Row
+ large widthThe text was updated successfully, but these errors were encountered: