-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Search matchBackground isn't working in dom renderer #4642
Comments
@jerch this was due to the fast DOM renderer change, see microsoft/vscode#189600 for more info on the bug. Pretty sure it's caused by merging cells before the decoration color is resolved as the bg and fg (not border) are rendered as part of the regular grid: xterm.js/src/browser/renderer/dom/DomRendererRowFactory.ts Lines 214 to 234 in 18e578b
|
Yeah, seems this needs an exclusion from the merger. |
@Tyriar Is there an easy way to test/repro this? Whats the desired behavior here? |
@jerch setting |
Repro:
Set matchBackground in client.ts to
#ff0000
and use the search addon to find something with multiple matches.Webgl:
DOM:
The text was updated successfully, but these errors were encountered: