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

Terminal: Text does not wrap properly in DOM mode #54368

Closed
jtanx opened this issue Jul 16, 2018 · 1 comment
Closed

Terminal: Text does not wrap properly in DOM mode #54368

jtanx opened this issue Jul 16, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@jtanx
Copy link

jtanx commented Jul 16, 2018

  • VSCode Version: 1.25.1
  • OS Version: Windows 10 1703

Steps to Reproduce:

  1. Open a file in less that has a line long enough that it will wrap, e.g.:

    ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ ABCDEFGHIJKLMNOPQRTSUVWXYZ
    
  2. Observe that in canvas mode, it wraps properly. But in DOM mode, it does not wrap properly - the start of the continuation is as if it were still in canvas mode, but because of a differing text width in dom mode, the first line gets cut off too soon, and the wrapped part doesn't show this.

Canvas mode:
image

DOM mode:
image

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

@Tyriar
Copy link
Member

Tyriar commented Jul 16, 2018

Duplicate #51479

@Tyriar Tyriar closed this as completed Jul 16, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 16, 2018
@Tyriar Tyriar self-assigned this Jul 16, 2018
@Tyriar Tyriar added the terminal Integrated terminal issues label Jul 16, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

2 participants