wix / wix/react-native-ui-lib

Slider thumb retains pressed backgroundColor after release

Open
#3,882 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug wontfix
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.