You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I've started implementing the support of the { preventScroll : true } to the focus(options) method of elements (https://html.spec.whatwg.org/#dom-focusoptions-preventscroll) for Firefox, I've noticed the behaviour for repeated focus calls should be clarified in the spec to avoid interoperability problems. Currently, Chrome doesn't re-focus when an element is already focused.