Slider Tooltip not always updating as expected #19559
Labels
difficulty/tbd
Categorizes an issue for which the difficulty level needs to be defined.
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification
Current behavior
Depending on the speed, or even the proportion between data range and slider size, the Slider Tooltip is not updating as expected.
Sometimes, we can see the ToolTip value is from the last "tick" while the binding value is already updated.
If user releases the pointer and click again without any movement, the updated value can be observed.
This issue is more frequent in production, probably related to any delay caused to other part of the code.
Expected behavior
ToolTip and Slider value should be always the same.
How to reproduce it (as minimally and precisely as possible)
To reproduce the issue, please access the link:
https://playground.platform.uno/#4ef51239
And try to drag from one side to another, but don't release the pointer. You will see sometimes it will see a difference of 2 units depending on the direction of the dragging.
Probably the same root cause as #13865
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: