Sortable containment boundaries do not get updated while scolling
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
This bug might be related to #9460, but its fix does not fix this issue.
If you make a sortable, which "containment" element is placed in an element that is too small to show it without scrolling, you can scroll while dragging and its boundaries do not move with the scrolling.
Here's a fiddle to better show what I mean http://jsfiddle.net/e9hgdjqf/
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 with the linked jsFiddle reproduction and trace jQuery UI's sortable containment and scrolling behavior; the issue does not name a source file or test. Done means containment boundaries move with the containing element while dragging and scrolling, with the reported reproduction covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100