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
The `<TopNav>` has a hackish `handleClickOutside()` that reacts to
any "blur" event anywhere on the menu. With the right timing (which
happens with `TestKerberos.testNegotiate` on our CI), opening the
session menu and scrolling a bit triggers a blur event, which closes the
menu again.
Avoid this by disabling the "scroll into view" part of the mouse click.
We don't need it in this case, as we just scrolled the session menu
opener itself in the previous step.
0 commit comments