-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Highlighting remains visible after changes to Slider and DropdownButton widgets #122901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This behavior was implemented based on the Material 3 specification (see #113543) |
Hi, |
This seems to be working as expected based on #113543. Closing for the same reason |
According to the material component demo https://material-components.github.io/material-web/demos/slider/ clicking or tapping anywhere on the screen should clear the highlighting, this is not the current behavior. |
This is because the |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
The highlighting around the slider tick remains visible after the change to the widget completes, same goes for highlighting on dropdown items. The issue was found on a linux desktop app but can be reproduced in dart pad, see code below.
The text was updated successfully, but these errors were encountered: