Skip to content

xterm.css is out of date #109636

@Tyriar

Description

@Tyriar

@kena0ki spotted in xtermjs/xterm.js#3058 (comment) that #104876 was caused because xterm.css was out of date.

Compare

.xterm .xterm-helper-textarea {
/*
* HACK: to fix IE's blinking cursor
* Move textarea out of the screen to the far left, so that the cursor is not visible.
*/
position: absolute;
opacity: 0;
left: -9999em;
top: 0;
width: 0;
height: 0;
z-index: -5;
/** Prevent wrapping so the IME appears against the textarea at the correct position */
white-space: nowrap;
overflow: hidden;
resize: none;
}

To

https://github.com/xtermjs/xterm.js/blob/d95a633f164409f413e61f8537f9be90dd011099/css/xterm.css#L61-L77

We should remove the workaround in #104876 and re-sync xterm.css.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions