visibilitychange event doesn't fire when hiding window with Cmd+H |
|
Issue description
Chrome Version: 73.0.3667.0
OS: macOS 10.13.6
What steps will reproduce the problem?
(1) navigate to data:text/html,<script>addEventListener('visibilitychange', () => console.log(document.visibilityState))</script>
(2) open the devtools
(3) press cmd+h to hide the app
(4) press cmd+tab to return to the app
What is the expected result?
Two log lines in the console, first "hidden" then "visible"
What happens instead?
Zero log lines.
This works correctly in 71.0.3578.98. I believe it is broken in M72 as well, but haven't verified.
,
Today
(9 hours ago)
Yes, I think M72 is mac views and it seems likely that this is relevant to that. |
|
►
Sign in to add a comment |
|
Comment 1 by danakj@chromium.org
, Jan 11Status: Untriaged (was: Available)