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
If focusNext or similar is called and moves focus from an element which is intentionally offscreen, then this if statement will cause adapt to autonext unintentionally here.
Autonext on blur should only occur when the event related target (the element receiving focus), is the body tag and is receiving focus because the target element has been disabled or otherwise hidden.
The text was updated successfully, but these errors were encountered:
Subject of the issue
If focusNext or similar is called and moves focus from an element which is intentionally offscreen, then this if statement will cause adapt to autonext unintentionally here.
Autonext on blur should only occur when the event related target (the element receiving focus), is the body tag and is receiving focus because the target element has been disabled or otherwise hidden.
The text was updated successfully, but these errors were encountered: