-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Slider is very broken, Value is a mess when setting Minimum #14472
Copy link
Copy link
Closed
Labels
area-controls-sliderSliderSliderplatform/androidplatform/iosplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
The Slider works well if you don't set the Minimum value, but it gets broken when setting it, and beside that I found that it's bindable properties are affected by the order of setting them which shouldn't happen.
If you set Value before Minimum:
<Slider Value="75" Minimum="50" Maximum="100" />The slider show zero minimum and zero value.
If you set Value after Minimum:
<Slider Minimum="50" Maximum="100" Value="75" />The slider will show the minimum not the value!
Steps to Reproduce
As described above
Link to public reproduction project repository
none
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
API 30
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-sliderSliderSliderplatform/androidplatform/iosplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working

