Skip to content

Regression: mouse over tooltip broken by #676 #683

@PatrickTasse

Description

@PatrickTasse

In our application we want to be able to move the mouse over the tooltip to select and copy its content.

With 4.2.15 this is no longer possible because the tooltip instantly moves to follow the mouse, like an unreachable carrot at the end of a stick.

In our application the tooltip is defined within a large component, but the tooltip content depends on the mouse position being over items inside the component that are determined by the application but unknown to react. So using effect='solid' is not an option since this will position the tooltip relative to the large component, not to the mouse position.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions