It seems to occure when the screen is scrolled:
- manually
- by using functions like:
scrollintoview()
- with multiple full-size modals used with
overflow-y: auto
css in modal div container
Edit:
Finally, I could solve my issue by hiding all inactive modals in the background by using:
Removing the modals, removes the error.
Resizing the modals, removes the error (f.e. height to 30%).
When I delete all my scrollintoview()
occurances I only get the flashing bug when scrolling manually.
Hope this helps. Still I don't know how to solve that entirely.
I opened a ticket at apple support:
https://feedbackassistant.apple.com/feedback/9363100
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…