microsoft / microsoft/monaco-editor
[Bug]
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not reproducible in the monaco editor playground
Monaco Editor Playground Link
Monaco Editor Playground Code
const value = /* set from `myEditor.getModel()`: */ `version: "3"
networks:
gitea:
external: false
services:
server:
image: gitea/gitea:1.21.5
container_name: gitea
…
Reproduction Steps
When I paste text into the browser, the text is entered line by line with a tab stop.
Actual (Problematic) Behavior
When I paste text into the browser, the text is entered line by line with a tab stop.
After opening a case to Gitea's colleagues, I attach the case for you to see.
https://github.com/go-gitea/gitea/issues/29345
I tried in Chromium and it does not appear, it only appears in Firefox. I have opened firefox in troubleshooting mode and it
keeps popping up.
Thank you very much
Expected Behavior
No response
Additional Context
I tried in Chromium and it does not appear, it only appears in Firefox. I have opened firefox in troubleshooting mode and it
keeps popping up.
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 reproducing the issue in the linked Monaco Editor Playground using the provided code, first in Firefox and then in Chromium. Investigate the paste behavior and compare the results; done means pasted text no longer produces the reported line-by-line tab stops in Firefox.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100