xamarin/Xamarin.Forms
Slider overwrites value when attributes in wrong order
Offen
#3.521 geöffnet am 09.08.2018
e/7 :clock7:help wantedinactivet/bug :bug:up-for-grabs
Repository-Metriken
- Stars
- (5.644 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Description
Slider overwrites the provided value when Xaml attributes in wrong order.
Steps to Reproduce
- Add a Slider to your Xaml with Value attribute followed by Maximum and/or Minimum attribute.
- Provided value will be ignored, 1 will be used as default value.
Expected Behavior
Provided value is used, regardless of order of attributes.
Actual Behavior
Provided value is overwritten with 1.
Basic Information
- Version with issue: 3.1.0.697729
- Last known good version: -
- IDE: Visual Studio for Mac
- Platform Target Frameworks:
- iOS: 11.4
- Android: 8.1
- UWP: -
- Android Support Library Version: 27.0.2.1
- Nuget Packages: Xamarin.Forms 3.1.0.697729
- Affected Devices: reproduced on iPhone X and Samsung Galaxy S6