-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Safari: see if changing overflow stops flickering scroll #32637
Conversation
Size Change: +25 B (0%) Total Size: 1.04 MB
ℹ️ View Unchanged
|
Thanks so much for trying this. I really appreciate us seeking out simpler solutions here. In this case, yes, it does fix for me the black flickering, the one where you scroll really fast up and down the page and see the underlying color. However it doesn't fix the flickering that happens with the gallery: Realizing that the gallery is about to be refactored soon, I figured it'd be good to look for the issue on other blocks, in case it was the gallery only, but I'm afraid it also happens with the Media & Text block: I'm aware this is just a draft branch, so probably more of a debugging session than anything. But just wanted to note that the overflow was intentional, so as to let the sidebar scroll independently. Otherwise, this double scrollbar happens: |
💯 Right I'm trying to help narrow down a simplified base case, since this feels more like a browser bug. We can file an issue to webkit if we manage to isolate it. |
closing this one |
Quick draft to see if this fixes the black flashing in safari during scrolling. If it works for others we'll want to look into workarounds for any functionality this breaks.
Before:
before.mp4
After:
after.mp4