[UI] Flickering on VisionPro, iPad and iPhone #114457
Unanswered
karlcow
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
There is a flickering effect on GitHub on the PR view.
Steps to reproduce:
Result:
The header is flickering
This seems to come from this section of the code.
the fuzzFactor is set to
0.1
inl.top - S(n, o) < .1 ? m(e) : h(e)
It should probably be set to 1 to avoid the flickering.
This is happening because sometimes for certain zoom levels it hits some sub-pixels quantity.
The fractional sizes happen because in WebKit/WebCore, subpixel scroll offsets are not stored.
Hope it helps.
Beta Was this translation helpful? Give feedback.
All reactions