-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Persistent background peeking through certain text #3970
Comments
@npezza93 do you know what's causing this background color? Turning on logLevel = 'debug' will let you see the sequence. Also does this happen on all renderers? |
Looks like just webgl. Canvas is fine |
Hmm, I think devtools parsing and hiding the styling sequence I care about. Can you enable the dom renderer and inspect one of the problem cells instead? |
Thanks, I think I know what's going on |
@npezza93 is this with allow transparency enabled? |
@Tyriar Nope, allowTransparency is false |
@npezza93 hm, what theme are you using? I don't think I saw this when I fixed the selection problem yesterday |
Copy pastable json string version:
|
Can repro 👍 term.options.theme = {"green":"rgb(171, 233, 179)","brightGreen":"rgb(171, 233, 179)","black":"rgb(110, 108, 126)","brightBlack":"rgb(152, 139, 162)","red":"rgb(242, 143, 173)","brightRed":"rgb(242, 143, 173)","yellow":"rgb(250, 227, 176)","brightYellow":"rgb(250, 227, 176)","blue":"rgb(150, 205, 251)","brightBlue":"rgb(150, 205, 251)","magenta":"rgb(245, 194, 231)","brightMagenta":"rgb(245, 194, 231)","cyan":"rgb(137, 220, 235)","brightCyan":"rgb(137, 220, 235)","white":"rgb(217, 224, 238)","brightWhite":"rgb(217, 224, 238)","cursor":"rgb(248, 189, 150)","cursorAccent":"rgb(30, 29, 47)","foreground":"rgb(217, 224, 238)","background":"rgb(30, 29, 47)","selectionBackground":"rgba(217, 224, 238, 0.2)"} Then in terminal: echo -e '\x1b[2mdim text\x1b[0m' |
Seems as though on v5 some text has a different background that isn't present in v4 and persists through selection.
Details
Steps to reproduce
I've so far only noticed this when yarning so im not sure if v4 was just displaying text incorrectly all along and a bug got fixed.
v4:
Screen.Recording.2022-07-30.at.10.31.28.AM.mov
v5:
Screen.Recording.2022-07-30.at.10.32.03.AM.mov
The text was updated successfully, but these errors were encountered: