bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

🐛 Slider cannot be moved sometimes #1044

Closed robkri closed 2 months ago

robkri commented 3 months ago

Describe the bug Sometimes when the slider knob is at one of the slider bar's ends it cannot be moved anymore. As you can see from the screenshot, on hovering the knob, it reacts at first but then appears to be "unhovered" - although the mouse pointer is still on top of the knob. The knob cannot be moved by dragging then. slider_undragable

To Reproduce

  1. Go to fluent_ui showcase and move the slider to one of the very ends of the bar.
  2. Move the mouse pointer over the knob a couple of times. It may take some tries but sooner or late it won't react in the expected way.
bdlukaa commented 2 months ago

Can you still reproduce this issue on the latest version?

robkri commented 2 months ago

Using v4.8.7 I cannot reproduce this issue anymore apparently.

bdlukaa commented 2 months ago

Thanks. It was fixed by #1046