nofusscomputing / nofusscomputing/centurion_ui
Text box multi-line not maintaining whitespace
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 20
Description
when editing / commenting in a multi-line HTML text field, you can add whitespace, i.e. like adding tabbing for a markdown codeblock. howver when saved, the whitespace appears not to be retained.
Details
text not maintaining whitespace prevents any text that is rendered, i.e. markdown; from having any text that relies upon whitespace for correctly formatting it.
Tasks
- Correct
- Test
- confirm effect versions
- confirm bug type
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 locating the multi-line HTML text field and the save/render path, then reproduce the issue with indented markdown or tabbed text. Done means whitespace is retained after saving and rendering, with the affected versions confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, markdown, typescript
- Domain
- content, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100