Google xrome lost focus after windows authentication popup

As soon as I filled in the credentials for the authentication popup in the latest version of chrome 59.0.3071.115 (64-bit version), I don’t see the cursor (cursor) blinking in any text field. Even if I set focus using jquery or javascript, still no luck. I have to click the side of this window to focus in order to see the cursor (cursor). Windows authentication popup works fine in IE, Edge, and Firefox.

I asked this question in the chrome community to get an answer. https://productforums.google.com/forum/?utm_medium=email&utm_source=footer#!msg/chrome/vtLLzBjNc8k/l7ZOtIfxCQAJ

+4
source share
1 answer

This issue has been fixed in the next stable version of Chrome (version 61). They were unable to merge the fix in the current version (60) due to breaking changes. It was released only in the official beta version and this fixes the problem.

Here's what you can do to fix the problem for now:

  • Install the beta for your client.
  • Use one of the JavaScript workarounds described in the comments.
  • Show end users how to deal with this problem by simply adding a new Chrome tab to the browser and return to the problem tab.
+3
source

Source: https://habr.com/ru/post/1681638/


All Articles