-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
When the editor element or a parent is transformed using css, the decorations, selections and caret is rendered incorrectly. This happens on every line that contains a foreign element (ie. a color preview thumbnail).
If the theme font is not considered to be monospaced the bug will affect all lines.
Steps to Reproduce:
- Go to vscode.dev
- Create a simple css file with the content
body { color: red; } - Scale the document
document.body.style.transform = "scale(0.75)" - Select the code and/or move caret around to see wrong positions and sizes
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
