-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Description
3cbca8e breaks workspace comments in two ways:
- Text cannot be edited as textarea doesn't take the focus
- You can't tab away from the workspace comment to the next tab stop (focus remains on the comment once on the comment)
These worked in the prior commit.
Reproduction steps
- npm start
- "Add comment" (workspace, not block)
- Click to edit, note you can't get the comment in an editable state
- Try to tab away, note focus always remains on the comment itself (confirm via document.activeElement)
Stack trace
Screenshots
No response
Browsers
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong