Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input textarea visible in top left corner when gutter has different background than editor and the cursor is scrolled out of view #37658

Closed
usernamehw opened this issue Nov 5, 2017 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-rendering Editor rendering issues verified Verification succeeded
Milestone

Comments

@usernamehw
Copy link
Contributor

editor.background leaks through editorGutter.background when you scroll past cursor

"editor.background": "#F00",
"editorGroupHeader.tabsBorder": "#333",
"editorGutter.background": "#222",

ok
not_ok

@vscodebot vscodebot bot added the workbench label Nov 5, 2017
@isidorn isidorn assigned alexdima and unassigned isidorn Nov 6, 2017
@isidorn isidorn removed the workbench label Nov 6, 2017
@alexdima alexdima added this to the Backlog milestone Nov 6, 2017
@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality labels Nov 6, 2017
@alexdima alexdima changed the title [theming] Broken pixel in gutter Input textarea visible in top left corner when gutter has different background than editor and the cursor is scrolled out of view Nov 6, 2017
@usernamehw
Copy link
Contributor Author

Is this element important? Am I losing something setting:

.textAreaCover {
    background: transparent;
}

@alexdima
Copy link
Member

alexdima commented Nov 7, 2017

@usernamehw nothing bad happens doing that if you don't use CJK languages or others that require composition.

@alexdima alexdima added editor-rendering Editor rendering issues and removed editor-core Editor basic functionality labels Apr 17, 2018
@alexdima alexdima modified the milestones: Backlog, April 2018 Apr 17, 2018
@tsalinger tsalinger added the verified Verification succeeded label Apr 26, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-rendering Editor rendering issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants