-
Notifications
You must be signed in to change notification settings - Fork 29.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
Windows: Select box background flickers when opened #25619
Comments
I see the same in stable, could be an upstream thing though that we cannot fix. |
Tried a few things (e.g. disabled |
It seems to be a bug in Chromium. I reduced it to a simple HTML: https://codepen.io/anon/pen/pPdKPZ and it flickers in the latest Chrome, even in the canary build. (It flickers less often there, but it can still be reliably reproduced using CPU throttling in dev tools.) I reported it here: https://bugs.chromium.org/p/chromium/issues/detail?id=719255 |
@the-ress thanks! |
On Windows and Linux we are now using custom select box (via #37533) |
Steps to Reproduce:
Observe: the box ix quickly render with a white / light background before it is rendered using a dark background.
The text was updated successfully, but these errors were encountered: