Slider thumb retains pressed backgroundColor after release
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 748
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 1
Description
on Android When a backgroundColor is set for the pressed state of the Slider thumb, the thumb does not revert to its default (or idle) background color after the user lifts their finger. Instead, it remains stuck with the pressed-state color.
This behavior causes a visual inconsistency and incorrectly reflects the component’s interactive state. The thumb should return to its normal background color once the press is released.
react-native : 0.77.1
react-native-ui-lib : 7.43.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Slider thumb behavior on Android with React Native 0.77.1 and react-native-ui-lib 7.43.0, using a pressed-state backgroundColor. Trace the Slider thumb's pressed and released state handling, and verify that the thumb returns to its idle color after release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100