react-component / react-component/slider
设置allowCross, Range组件handle位置不能正确更新
Open
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
然后点击设置value为[35, 65], 滑块并没有如期把两个handle设置到对应位置, 而是设置成了 [20, 65]这样的位置。
代码这块有bug
Contributor guide
No contributing guide indexed for this repository
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 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