NEW 219683
Setting height: auto on hover causes insane flashes
https://bugs.webkit.org/show_bug.cgi?id=219683
Summary Setting height: auto on hover causes insane flashes
Antoine Quint
Reported 2020-12-09 07:07:53 PST
Created attachment 415754 [details] Test The attached test is simply a <div> and this style: div { background-color: blue; position: absolute; left: 0; top: 0; height: 100%; width: 100%; } div:hover { height: auto; } When I move the cursor around the page the page flashes blue, as if the <div> stopped painting. This does not occur in either Firefox or Chrome.
Attachments
Test (233 bytes, text/html)
2020-12-09 07:07 PST, Antoine Quint
no flags
Radar WebKit Bug Importer
Comment 1 2020-12-09 07:08:12 PST
Ahmad Saleem
Comment 2 2023-04-21 05:49:30 PDT
I am able to reproduce this bug in Safari Technology Preview 168 and also WebKit ToT. Just sharing updated testing results. Thanks!
Note You need to log in before you can comment on or make changes to this bug.