Difficulties Setting Script Name
- 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
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