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(refs T34571): Shorten Delay for destroytooltip #512

Merged

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    c65d2f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5bb609 View commit details
    Browse the repository at this point in the history
  3. fix(refs T34566): Shorten Destroy Tooltip Delay

    to allow clicking on Buttons where the tooltip has been after hovering off.
    300 ms should be enough for a rebounce and for normal user interaction to
    not click before the tooltip has been removed.
    
    Actually we need this tweak only in cases, where the z-index get increased from outside
    with a class that defines the z-index after `z-below-zero`
    salisdemos committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e09c0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cc22d9 View commit details
    Browse the repository at this point in the history