-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Text disappeared after update to 1.13 [Bug] #28619
Comments
@tonoslav Whe you say "Insider version is the same", do you mean that you see the issue in Insiders as well or Insiders works as expected and is same as before ? |
@tonoslav this could be due to us changing the default font in 1.13 for the workbench. Can you open the dev tools (from the help menu) and find the monaco-shell CSS class font-family: Change this to "Arial" or "Times New Roman", does the text show up? What are your OS font settings? |
Could also be some caching problem. Try to delete The font should be the same as the one for File, Edit, etc. (which does show up). But maybe it's using a different glyph cache or something? |
@ramya-rao-a yeah I meant that it doesnt matter if I use normal VSCode or Insider version @jhasse Cache clear didnt help @bpasero I have found out that the problem is with Font-family: system-ui when I delete system-ui from fonts in developer tools, it works, how can I fix this in general? I have found out I have this problem with system-ui font everywhere in all chromium like browsers I think, firefox for example works ok when I see website with font-family: system-ui |
That's very good to know! Can you reproduce it here? https://jsfiddle.net/9yeoLewo/
Firefox doesn't support system-ui (it's an alias for the default system font). |
Given this bug I think we need to revert the change to use |
That's a possibility, although VS Code will then complain, that your installation seems to be corrupted. Can you reproduce the problem here? https://jsfiddle.net/9yeoLewo/ Also: Do you have any unusable font settings enabled? |
Btw does this means that everybody has the same problem, or why I have and some don't? |
So far it seems that you're the only one with the problem. I can't reproduce it on Windows 10 and system-ui was enabled for the Insiders version for some time. |
I think I saw this reported one other time, might have been on Twitter. |
Reverted. |
Commit 45d93e9 applied this change in some areas, but it was reverted to fix #28619. The underlying cause of the regression was Chromium bug 733219 [1], which has now been fixed, so this change should be safe to apply now. The old font stacks have been kept with lower priorities to work around Chromium bug 724393 [2]. [1] https://bugs.chromium.org/p/chromium/issues/detail?id=733219 [2] https://bugs.chromium.org/p/chromium/issues/detail?id=724393
Steps to Reproduce:
Update
Insider version is the same
Update 2
Downgrade to 12.2 fixed the problem
Update 3
Problem is with font-family: system-ui , how to fix it?
The text was updated successfully, but these errors were encountered: