- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
CSS border-radius animation issue on document contributors with Chrome and Edge #7044
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
Comments
Thanks for reporting. However, you did not attach a .zip file with a minimal reproduction and therefore did not follow our bug reporting guideline. Please provide us with a minimal reproduction, and we'll be happy to take a look. Until then, I'll mark this issue as incomplete and close it for now. |
@katharinalisalin here is a reproduction zip: And the corresponding GitHub project (needed for |
Thanks, we'll investigate |
I've checked your reproduction and I'm not able to reproduce this on Chrome, macOS in the severity observed in your video. I confirm that it looks a little jagged, but not that bad. I think this is a browser glitch that might be happening in a specific combination of OS version and browser version. Regardless, if we apply the border radius to the image, my guess is that this should fix the problem. We need to apply it to Thus, this should be fixed with 851e5bb. Can you confirm? |
LGTM, but there is still a tiny glitch. Recording.2024-04-15.200546.mp4 |
It's definitely a glitch. If you can find a better solution, we're happy to merge it, but the fact that I cannot really observe the issue makes it quite impossible for me to fix. So we're considering this done, but are of course happy to merge a better fix by someone that can actually observe the problem 😅 And yes, I've use Chrome on macOS as you reported. Firefox doesn't have this problem – IMHO, most likely a browser synchronization glitch. |
Released as part of 9.5.18. |
Thanks for the fix. Indeed I can only reproduce the glitch on Windows, with a chromium based browser. |
Bug description
The CSS animation on document contributor avatars is not clean on Chrome and Edge (not reproduced on Firefox.)
The
border-radius: 100%
that should make the avatar a circle, is not respected during the animation.Recording.2024-04-13.233737.mp4
In the vide clip, I tried to fix it by removing the css transition directive on
.md-typeset a.md-author img
to show how it should behave.But since I'm not familiar enough with CSS animation, I'm almost certain that this is not the proper fix!
Related links
Reproduction
Reproduced on any page where the document-contributors plugin is enabled
Steps to reproduce
Browser
Chrome, Edge,
FirefoxBefore submitting
The text was updated successfully, but these errors were encountered: