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

fix Tooltip component complete handlers [#37474] #40856

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. fix Tooltip component complete handlers [twbs#37474]

    * ensure `complete` handlers for `show` and `hide` check if the commponent was disposed
    * what can happen is the element can get removed from the DOM and the tooltip would get disposed
    * when the complete handler would run at a later point the component would be disposed and would throw various null related exceptions
    yads committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    666a3ae View commit details
    Browse the repository at this point in the history