Cannot enter whitespace with "tab" key into monaco editor since around tabster v4.7.3
Open
@mshoho is already working on this.
Since Nov 7, 2023.
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
I'm not sure from which version this issue starts to manifest, but tabster v4.7.0 definitely does not have such issue.
Reproduction (CodeSandbox): https://codesandbox.io/s/fluent-ui-v9-tabster-with-monaco-editor-ldwt64?file=/src/example.tsx
When I press "tab" key inside monaco editor, I expect to either
- see 4 spaces appears in the editor,
- or accept the item from the auto-completion dropdown.
but instead my focus gets moved to the auto-completion box, or the button.
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.
Assessment
This issue has not been assessed yet.