xamarin/Xamarin.Forms

Slider overwrites value when attributes in wrong order

オープン

#3,521 opened on 2018/08/09

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
e/7 :clock7:help wantedinactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

Slider overwrites the provided value when Xaml attributes in wrong order.

Steps to Reproduce

  1. Add a Slider to your Xaml with Value attribute followed by Maximum and/or Minimum attribute.
  2. 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

Reproduction Link

SliderIssue.zip

コントリビューターガイド