material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.35k stars 3.06k forks source link

[RangeSlider] Thumb highlight animation (ripple) on the wrong thumb #2150

Closed kroegerama closed 3 years ago

kroegerama commented 3 years ago

Description: When I move one thumb and then start moving the other thumb, the ripple animation starts from the first last touched thumb instead of the current one. See the following gif: range-slider-bug

Expected behavior: The ripple effect always starts on the correct thumb.

Android API version: Android 11, API 30

Material Library version: 1.4.0-alpha01 and 1.3.0

Device: Pixel 4a 5G and Pixel 3 XL

kroegerama commented 3 years ago

Is this component / view abandoned @yasmineevjen @ymarian @hunterstich? I get that this is some kind of a minor bug, but at least some comment or reaction would be nice. 🙂 The whole material team seems to be quite reluctant to answer to issues on github (e.g. #584). 🙁

drchen commented 3 years ago

Fixed by https://github.com/material-components/material-components-android/commit/8431bd43ebd8978ff8ed2862fd715fd6072d0b98

SamShouman commented 1 year ago

hello, is there a way to disable the ripple color? tried pp:itemRippleColor="@null" did not work