openvv icon indicating copy to clipboard operation
openvv copied to clipboard

Wrong focus detection in Mac/Chrome when minimizing the browser

Open alonashkenazi opened this issue 10 years ago • 0 comments

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:

  1. In any webpage,add window.console.log(document.webkitVisibilityState)
  2. Minimize browser window on Mac or Linux Chrome browser, the state shows "visible" but "hidden" correctly on Windows.

alonashkenazi avatar Jul 14 '14 22:07 alonashkenazi