react-component / react-component/slider

设置allowCross, Range组件handle位置不能正确更新

Open
#1,020 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3.1k
Forks
768
Avg merge
11d 22h
Merged PRs (30d)
5

Description

"name": "rc-slider",
"version": "9.7.5",
allowCross设置成的false

当拖动滑块上面的第一个handle到10, 第二个handle到20
image

然后点击设置value为[35, 65], 滑块并没有如期把两个handle设置到对应位置, 而是设置成了 [20, 65]这样的位置。
image

image image

代码这块有bug

Contributor guide

No contributing guide indexed for this repository

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 reported Range scenario with allowCross=false: move the handles to 10 and 20, then set value to [35, 65]. Trace the Range component's handle-position update path and verify that both handles move to the requested values rather than retaining 20 for the first handle.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.