QWebEngineView always initially reports page visibility as "visible" even when it wasn't actually shown.
See attached test case (it loads page while hidden and shows itself after one second delay):
Expected: 2 visibility state changes - hidden -> visible
Actual: only one visibility state change - visible
https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
- resulted in
-
QTBUG-71400 [REG 5.11 -> 5.12] Blank view after restoring navigation history
-
- Closed
-