halkar / xamarin-range-slider

Range slider for Xamarin and Xamarin.Forms
https://www.nuget.org/packages/Xamarin.Forms.RangeSlider/
MIT License
89 stars 51 forks source link

[UWP] Inconsistent crashes when slider min is dragged to max #121

Closed charlesroddie closed 6 years ago

charlesroddie commented 6 years ago

I have had this issue in my own project, and it occurs sometimes in the sample UWP project. Sometimes it happens, sometimes it doesn't. On some systems, not on others. I am working on this. @halkar Currently the rangeslider is not in a good state with a few major bugs. I am intending to help. Are you still able to work at all on it yourself?

charlesroddie commented 6 years ago

On line 255 of RangeSliderControl.Xaml.cs of Xamarin.RangeSlider.UWP, min can take a value greater than RangeMax.

halkar commented 6 years ago

Fixed in 0.7.26.

@charlesroddie thanks a lot for your help. I really appreciate it.