Difficulties Setting Script Name
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When changing the script name, every time you send a keystroke, the input box will loose focus. This means that you will have to click the input box every time you type a letter.
This seems to be an issue with React rendering the page every time you type: https://stackoverflow.com/questions/42573017/in-react-es6-why-does-the-input-field-lose-focus-after-typing-a-character
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
Reproduce the problem by editing the script name input and observe when focus is lost. Start by locating the React component that renders this input; done means the field keeps focus while typing successive characters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100