[BUG] Non-touchable slider sticks at maximum value when direct grabbed and maximum value greater than 1 #944
Labels
Type: Bug
A problem with an existing feature that can be fixed with the next patched release.
Describe the bug
When a Slider component is configured as non-touchable (IsTouchable = false) and the maximum value of the slider range is greater than 1, the slider will jump and stick to the end of the slider track when the slider handle exceeds 1.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The slider handle should not stick to the far right/maximum value of the slider track when directly grabbed with a grab interactor.
Screenshots
If applicable, add screenshots to help explain your problem.
Your setup (please complete the following information)
Target platform (please complete the following information)
Additional context
I have a fix, this is related to using normalized vs unnormalized values in the slider class for grab interactors. Working through tests then will submit a PR.
The text was updated successfully, but these errors were encountered: