openvv
openvv copied to clipboard
Wrong focus detection in Mac/Chrome when minimizing the browser
As described in this link: https://code.google.com/p/chromium/issues/detail?id=246844 There is any known bug in the webkitVisibilityState status.
Steps to reproduce the problem:
- In any webpage,add window.console.log(document.webkitVisibilityState)
- Minimize browser window on Mac or Linux Chrome browser, the state shows "visible" but "hidden" correctly on Windows.