-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Slider does not slide (but does change state on click) #2803
Comments
@riley-steele-parsons how are you using the |
@riley-steele-parsons OH WAIT is it in a popover? if so you've gotta bump to the latest or set |
@giladgray, no it's not in a popover. |
@giladgray, here's the the usage within my functional component:
Where |
@giladgray, I'm slightly skeptical of the partially controlled usage argument because I'm able to see state/prop changes upon clicking and this configuration and logic was working perfectly with the previous 2.0 |
@riley-steele-parsons i see a very tiny movement of the handle in the gif above, which suggests that it's trying to move but failing. perhaps try a |
@giladgray, I'll try adding that to the |
@riley-steele-parsons all this suggests there's something in your app environment interfering with the handlers. when dragging, listeners are attached to i've never seen this happen in all my years of watching |
@giladgray: I suppose that could be possible... I'll try to track down if there is anything else capturing the drags. If there is this kind of interference taking place do you have any suggestions as to how to prevent it? |
@riley-steele-parsons that's gonna be on you to fix it. basically avoid in my experience, manipulating events usually leads to sad times. see #2776 for me walking back what I thought was a dope new feature. |
@giladgray, OK thanks for the help. |
This issue has been resolved on my side. |
Environment
Steps to reproduce
Actual rendered HTML (note that this is embedded within a div inside a Blueprint Menu Component):
Actual behavior
Slider changes position on click but not on slide (note that this worked perfectly in version ^2.0)
Expected behavior
Slider should slide with a drag interaction
The text was updated successfully, but these errors were encountered: