-
-
Notifications
You must be signed in to change notification settings - Fork 14
[Bug]: #95
Copy link
Copy link
Open
Labels
bug (unverified)A bug yet to be verifiedA bug yet to be verified
Metadata
Metadata
Assignees
Labels
bug (unverified)A bug yet to be verifiedA bug yet to be verified
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug description
I have a popover,
When the user selects text or adjust a slider and the
mouseupis outside the popover the overlay closes the popover.Reproduction Link
https://corvu.dev/docs/primitives/popover/
Reproduction Steps
This works in the demo on the corvu website aswell, try to select the values inside the inputbox and have the mouse over outside. (if I select everything, I do it course)
Expected behavior
Only a mousedown would close the popover.
I would not expect the popover to close if the mousedown is inside, but the mouseup is outside.
Additional context
No response