-
-
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
Icons looks fuzzy on Firefox 57 (Quantum) #668
Comments
As I see this fix is working (I think new Firefox is buggy with rendering 1px width/height points): svg.ck-icon {
transform: translate3d( 0, 0, 0 );
} |
We can also try a new fix for "blurred" elements: will-change: transform; but currently, it's not supported for IE/Edge . The status of Will Change @Edge - still under consideration. |
Icons were always fuzzy in Firefox. It's not something new (not a regression caused by Quantum). |
@jodator will-change: transform Anyway every |
PR please β€οΈ |
Fix: Use proper CSS translations to prevent blurry icons in the toolbar on Firefox. Closes #340. Closes ckeditor/ckeditor5#668.
π Is this a bug report or feature request? (choose one)
π» Version of CKEditor
Latest master.
π Steps to reproduce
β Expected result
Chrome:
β Actual result
Firefox 57 (Quantum) / Linux Mint 18.2 (Sonya):
π Other details that might be useful
I don't remember how that looked on previous Firefox.
The text was updated successfully, but these errors were encountered: