Slider
interactive issues with thumb and value indicator on desktop
#113367
Labels
a: desktop
Running on desktop
f: material design
flutter/packages/flutter/material repository.
found in release: 3.3
Found to occur in 3.3
found in release: 3.4
Found to occur in 3.4
framework
flutter/packages/flutter repository. See also f: labels.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
P1
High-priority issues at the top of the work list
r: fixed
Issue is closed as already fixed in a newer version
waiting for PR to land (fixed)
A fix is in flight
Uh oh!
There was an error while loading. Please reload this page.
Description
When working on #111451, I found
Slider
doesn't behave properly on desktop platforms.It behaves as it does on mobile, while
Slider
is slightly different in behavior on desktop.This is a comparison between Flutter and MWC Slider demo.
1. Unfocused
Slider
shows thumb overlay when hovering outside the thumb.When
Slider
is initially unfocused, hovering outside the thumb area brings the thumb overlay.Material Web
web_hover.mov
Flutter
hover.mov
2. The thumb overlay disappears when clicking on the
Slider
.Material Web
web_click.mov
Flutter
click.mov
The text was updated successfully, but these errors were encountered: