XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

Slider Tracker goes out of range

Open tuke307 opened this issue 4 years ago • 0 comments

#201 🐛 Bug Report

The XF-MaterialSlider is buggy with some small Min and Max Values set.

Expected behavior

The Tracker goes out of range and I can't see him anymore. With some really small Values (eg. Min=6, Max=12) the tracker goes instantly out of range every time i click it. the normal Xamarin Forms slider works fine with all values.

Reproduction steps

not working:

<material:MaterialSlider MaxValue="12"
                                        MinValue="6">
</material:MaterialSlider>

working:

<Slider Maximum="12"
            Minimum="6">
</Slider>

Configuration

Version: 1.x

Platform:

  • [ ] :iphone: iOS
  • [x] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

Screenshot (13)_LI

tuke307 avatar Apr 12 '20 18:04 tuke307