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

Slight text blur on integrated console resize #55701

Closed
gfvandehei opened this issue Aug 2, 2018 · 4 comments
Closed

Slight text blur on integrated console resize #55701

gfvandehei opened this issue Aug 2, 2018 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities *not-reproducible Issue cannot be reproduced by VS Code Team member as described terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@gfvandehei
Copy link

  • VSCode Version: 1.25.1
  • OS Version: Windows 10 pro 10.0.17134 build 17134

Steps to Reproduce:

  1. Open VSCode and snap window to left side of screen .
  2. Create/open integrated terminal instance, tested with WSL bash, Powershell, cp.
  3. Resize shell to around 5% of screen height.
  4. Should see slight blur in text toward center of shell instance.

Note: problem does not appear on certain window sizes.
-Tested to appear at 1920*1080 snap to left or right half of screen, and snap to corner (1/4 screen).
-Tested to NOT appear when vscode is a free floating window.

Expected: text in console clear and sharp.
Result: text in console blurry.

Animation of issue included,
2018-08-02_15-12-12

The slight blur can be very uncomfortable to look at for long periods of time.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Aug 2, 2018
@Tyriar
Copy link
Member

Tyriar commented Aug 3, 2018

I think you're hitting xtermjs/xterm.js#985

@Tyriar Tyriar added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Aug 3, 2018
@Ebuall
Copy link

Ebuall commented Aug 7, 2018

I think here you can see more clearly how font-height jumps, depending on a terminal height.
It depends only on terminal height and width, and completely unrelated to main window.

Version: 1.25.1
OS: Windows 8.1
Font: FiraCode 14 / zoomLevel: 1

upd: Looks like does not reproduce without zoom

blurry

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities labels Aug 7, 2018
@ghost
Copy link

ghost commented Jan 12, 2019

I'm having this issue as well, even without resizing the terminal window.

VS Code version: Code 1.30.2 (61122f8, 2019-01-07T22:54:13.295Z)
OS version: Windows_NT x64 10.0.17134

My settings.json has:

"window.zoomLevel": -0.75,
    "editor.fontSize": 16,

@Tyriar Tyriar added the *not-reproducible Issue cannot be reproduced by VS Code Team member as described label Oct 8, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 8, 2019

We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our issue reporting guidelines might help you with that.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Oct 8, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
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 help wanted Issues identified as good community contribution opportunities *not-reproducible Issue cannot be reproduced by VS Code Team member as described terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants
@Tyriar @Ebuall @gfvandehei and others