-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[Chrome] Tooltips are super blurry #5302
Comments
I couldn't reproduce it but given my experience, I'm afraid it's a Chrome rendering issue with non-integer numbers. I happened to me a lot in other places too. |
You're on 4K now, right? I can't reproduce it on retina. I'd need to check on my 2K monitor at work. |
Have any updates on this issue, @Reinmar? |
Yep, I checked on normal screens and they are blurry there. It happens also in the toolbar. |
Idea – if we won't be able to find a font styling option for that we should change the sizes of buttons to some even numbers. |
I'm afraid we're facing this problem here. I'll look for workarounds. |
@oleq Have you tried use |
@dkonopka Yeah. I tried most of the fixes (translate3d, font-smoothing, etc.) and rounded the position of the balloon toolbar but to no avail. I noticed that it's a Webkit/Blink issue as it does not occur in Firefox. As it's not a critical issue (the feature is working), I'm for postponing it. |
Unfortunately, it's really visible so it isn't a neglectable issue either. If we can't find a solution, we should at least report it to Blink and Webkit. |
Fix: Button tooltip should not look blurry on ldpi screens. Closes #142. Closes #133.
Compare with:
I think that it may be related to non-integer value of
left
position of the tooltip... I don't know how it's positioned to 50% of the width of its parent, but perhaps Chrome isn't rounding this value internally?The text was updated successfully, but these errors were encountered: