Skip to content
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

Closed
Reinmar opened this issue Jan 11, 2017 · 9 comments · Fixed by ckeditor/ckeditor5-ui#280
Closed

[Chrome] Tooltips are super blurry #5302

Reinmar opened this issue Jan 11, 2017 · 9 comments · Fixed by ckeditor/ckeditor5-ui#280
Assignees
Labels
package:ui type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Jan 11, 2017

image

Compare with:

image

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?

@oleq
Copy link
Member

oleq commented Mar 22, 2017

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.

@Reinmar
Copy link
Member Author

Reinmar commented Mar 22, 2017

You're on 4K now, right? I can't reproduce it on retina. I'd need to check on my 2K monitor at work.

@oleq
Copy link
Member

oleq commented Mar 31, 2017

Have any updates on this issue, @Reinmar?

@Reinmar
Copy link
Member Author

Reinmar commented Mar 31, 2017

Yep, I checked on normal screens and they are blurry there. It happens also in the toolbar.

@Reinmar
Copy link
Member Author

Reinmar commented Jul 6, 2017

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.

@oleq
Copy link
Member

oleq commented Jul 6, 2017

I'm afraid we're facing this problem here. I'll look for workarounds.

@dkonopka
Copy link
Contributor

dkonopka commented Jul 6, 2017

@oleq Have you tried use translate3d instead of translate?

@oleq
Copy link
Member

oleq commented Jul 6, 2017

@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.

@Reinmar
Copy link
Member Author

Reinmar commented Jul 6, 2017

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.

oleq referenced this issue in ckeditor/ckeditor5-ui Jul 24, 2017
@oleq oleq self-assigned this Jul 24, 2017
oskarwrobel referenced this issue in ckeditor/ckeditor5-ui Jul 26, 2017
Fix: Button tooltip should not look blurry on ldpi screens. Closes #142. Closes #133.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-ui Oct 9, 2019
@mlewand mlewand added this to the iteration 11 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:bug This issue reports a buggy (incorrect) behavior. package:ui labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:ui type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants