RunestoneInteractive / RunestoneInteractive/rs
ActiveCode cuts off long lines on small screens
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
When viewing FOP on an Android phone (using chrome), the code in an active code window sometimes gets cut off if the line is too long. For example Activity 2.5.4 (ac2_5_4) is just a print statement of a long string. The code window will scroll horizontally, but not all the way: you can only see until "... is broker" (the r/n is half cut off).
You can replicate this by using a very narrow desktop browser window and increasing the font size (i.e., zoom in with CTRL+=)
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 at the ActiveCode code window and reproduce the cutoff in Chrome using a very narrow desktop window or an Android phone, then zoom in until the long line is clipped. Done means the horizontal scroll reaches the full long string, including the final characters, without cutting them off.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100