Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Tooltip always triggered even with long showDelay #4

@PapillonUK

Description

@PapillonUK

There is no way to prevent a tooltip from triggering if you move your mouse over it even for a fraction of a second.

Even if you add showDelay: 3000 the tooltip will still trigger if you have moved over it 3 seconds ago and your mouse is over the other side of the screen.

This is a real problem when you have many elements on a screen with tooltips - made even worse if they all trigger an AJAX request.

There should be a way to prevent tooltips triggering at all until you've hovered over them for x millsecs. showDelay could check to see if the mouse is still over the element before showing the tooltip.

Or perhaps we need a triggerDelay option?

Obviously this is only for tooltips triggered with a hover.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions