Closed
Description
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
Metadata
Metadata
Assignees
Labels
High-priority issues at the top of the work listRunning on desktopflutter/packages/flutter/material repository.Found to occur in 3.3Found to occur in 3.4flutter/packages/flutter repository. See also f: labels.The issue has been confirmed reproducible and is ready to work onIssue is closed as already fixed in a newer versionA fix is in flight
Type
Projects
Status
Done (PR merged)
Status
Done