You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A div is covering the Theia terminal text, making it very difficult to read and use. Notice white box covering the letter "s" in screenshot below:
In case it is useful, the div in question has class .xterm-helper-textarea. Also this was not happening in earlier builds (roughly when Theia 1.2 was released) so some new dependency is likely causing the problem.
Steps to Reproduce:
I was able to reproduce this bug using the following package.json
@buvoli thank you for reporting the issue, it has been fixed already by #8204 (duplicate of #8233). The next release will be this Thursday, else you can use next in your docker image instead of the latest tag.
Bug Description:
A div is covering the Theia terminal text, making it very difficult to read and use. Notice white box covering the letter "s" in screenshot below:
In case it is useful, the div in question has class .xterm-helper-textarea. Also this was not happening in earlier builds (roughly when Theia 1.2 was released) so some new dependency is likely causing the problem.
Steps to Reproduce:
I was able to reproduce this bug using the following package.json
paired with the Dockerfile
and the build/run commands
Additional Information
The text was updated successfully, but these errors were encountered: