Skip to content

Slider is very broken, Value is a mess when setting Minimum #14472

@MhAllan

Description

@MhAllan

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.

image

If you set Value after Minimum:

<Slider Minimum="50" Maximum="100" Value="75" />

The slider will show the minimum not the value!

image

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions