-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Description
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
Labels
No labels