scratchfoundation / scratchfoundation/scratch-editor
Can't resize lists on touchscreen
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 281
- Forks
- 276
- Avg merge
- 7d 8h
- Merged PRs (30d)
- 6
Description
https://scratch.mit.edu/discuss/topic/466803/
https://github.com/scratchfoundation/scratch-gui/issues/9821
BigNate469 posted a solution for it on the forum: https://scratch.mit.edu/discuss/post/8371209/
Expected Behavior
If you manage to hit the = button on the list, then dragging it resizes the list
Actual Behavior
Dragging the = does nothing (it doesn't resize and it doesn't move the list)
Steps to Reproduce
Steps to reproduce the behavior:
- Go to 'https://scratch.mit.edu/projects/editor/' on a touchscreen device
- Create a list
- (optional) Zoom in to hit the
=more reliably - Try to resize the list
Screenshots
https://github.com/user-attachments/assets/47ea21af-bdc5-400f-b7cd-c2ad349cc6c8
System Details
Windows 10, Chrome 152 with touch simulation enabled in the DevTools
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 issue at https://scratch.mit.edu/projects/editor/ on a touchscreen device, then review the linked scratch-gui issue and forum solution for context. Trace the list resize control and its touch-drag handling; done means dragging the = control resizes the list and does not prevent moving it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100