-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] Not useable after dragging into a different tab folder #3838
Comments
@AlexTugarev after merging latest xterm? |
@akosyakov, nope. that issues existed before, demoed state of commit fed4e73 |
We are experiencing the same behaviour. No customizations, only a package.json with several @theia-plugins all with 'latest' version and default build config. No log output. Browser is latest Google Chrome. Any clues how to address this issue? It looks like a missing redraw call to the widget, because after a page reload the terminal content reappears, but my knowledge about the widget/plugin system is not sufficient to find the buggy code section. |
This issue still exist with Theia 0.4.0. Until I restart the client, the terminal is not usable and does not display the data already typed in the terminal. |
It's a bug in xterm: xtermjs/xterm.js@69d3a46 It was fixed in 3.12.0. We need to upgrade xterm to pick it up. |
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
Signed-off-by: Anton Kosyakov <[email protected]>
It seems the terminal sometimes doesn't draw any updates after dragging into a different tab folder.
The text was updated successfully, but these errors were encountered: