Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[popover2] fix(Popover2): close properly when target focus lost #5080

Merged
merged 1 commit into from
Jan 6, 2022

Commits on Dec 21, 2021

  1. Fix tooltip not closing when focus lost

    The assumption that "a click handler somewhere else will close the popover if necessary" does not appear to be valid. If the user clicks on a non-focusable element. There are no other events that cause the popover to close other than mouseleave, but the mouse is not over the target when focus is lost.
    
    Fixes palantir#4503.
    dlech authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8cae93d View commit details
    Browse the repository at this point in the history