-
Notifications
You must be signed in to change notification settings - Fork 949
Slider widgets misses value change with clicking when continuous update is False #3597
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
Milestone
Comments
Hi! I also noticed this, which I'm pretty sure is a change in behavior relative to ipywidgets 7. Can anyone confirm whether this is deliberate or a regression? |
Confirmed that I see the problem too. This looks like a regression to me. CC @ibdafna Thanks for the clear reproduction. |
This is fixed in ipywidgets 8.0.4 |
maartenbreddels
added a commit
to maartenbreddels/ipywidgets
that referenced
this issue
May 13, 2023
maartenbreddels
added a commit
to maartenbreddels/ipywidgets
that referenced
this issue
May 13, 2023
maartenbreddels
added a commit
to maartenbreddels/ipywidgets
that referenced
this issue
May 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a slider widget is used, one would expect that a value change is observed when the slider is clicked and when it is dragged. However, when
continous_update
is set toFalse
, then a click on the slider to change the value is not observed.Reproduce
Expected behavior
I would expect that the slider value is updated and observed if you click a slider, also when continuous updating is disabled.
Context
The text was updated successfully, but these errors were encountered: