bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.

Home Page:https://bdlukaa.github.io/fluent_ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› Slider cannot be moved sometimes

robkri opened this issue Β· comments

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.

Can you still reproduce this issue on the latest version?

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

Thanks. It was fixed by #1046