scratchfoundation / scratchfoundation/scratch-blocks
Angle picker number input has the minus sign on the wrong side (right) in RTL
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 1.6k
- Avg merge
- 4h 51m
- Merged PRs (30d)
- 12
Description
Expected Behavior
Numbers are still LTR in RTL languages (e.g. Hebrew).
When the angle picker switches to a negative input it should still have the minus sign on the left.
Note, if you type into the angle value (instead of using the picker) the minus sign also ends up on the right when it should be on the left.
Actual Behavior

The minus sign is on the right as you move the angle picker, and the value is saved with the minus on the right after editing.
Steps to Reproduce
Use the angle picker in Hebrew
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 angle picker in Hebrew and tracing the number input behavior for both picker changes and direct typing. Done means negative angles display and save with the minus sign on the left, including values entered manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100