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

Selection doesn't always redraw when resizing the window (canvas renderer) #1963

Closed
Tyriar opened this issue Mar 8, 2019 · 2 comments · Fixed by #3938
Closed

Selection doesn't always redraw when resizing the window (canvas renderer) #1963

Tyriar opened this issue Mar 8, 2019 · 2 comments · Fixed by #3938
Assignees
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 8, 2019

Repro:

  1. Make a selection
  2. Resize the window

Sometimes the selection will show, sometimes not.

@Tyriar
Copy link
Member Author

Tyriar commented Mar 8, 2019

Selection is drawn here for the canvas renderer: https://github.com/xtermjs/xterm.js/blob/master/src/renderer/SelectionRenderLayer.ts

@khoitd1997
Copy link

I will tackle this one

Tyriar added a commit to Tyriar/xterm.js that referenced this issue Jul 25, 2022
@Tyriar Tyriar added this to the 4.20.0 milestone Jul 25, 2022
@Tyriar Tyriar self-assigned this Jul 25, 2022
@Tyriar Tyriar modified the milestones: 4.20.0, 5.0.0 Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment