Skip to content
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

Fix for #10178 - Range slider handles get stuck at maximum with non-default max value #11392

Closed
wants to merge 1 commit into from

Conversation

Phil-DS
Copy link

@Phil-DS Phil-DS commented Apr 7, 2022

Sliders will now use the lower handle when both are set to max, irregardless of the value passed to max.

Fixes #10178

Sliders will now use the lower handle when both are set to max.
@github-actions github-actions bot added the Resolution: Needs Revision The pull request can't be merged. Conflicts need to be corrected or documentation and code updated. label Sep 13, 2022
@cetincakiroglu cetincakiroglu removed the Resolution: Needs Revision The pull request can't be merged. Conflicts need to be corrected or documentation and code updated. label Sep 15, 2022
@cetincakiroglu
Copy link
Contributor

Hi,

That PR makes handles stuck at sibling's value, it makes the feature broken and handles cannot move after reaching out to other one's value.

@Phil-DS
Copy link
Author

Phil-DS commented Sep 21, 2022

Hi,
Probably should have closed this one down earlier myself, since I noticed that the solution to the original problem was solved as a side effect of #11428, while this was specific to the original problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider strange behaviour when min and max properties don't match with their default values
2 participants