-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Popover ignores "on" property if mouseEnterDelay is set #2583
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
@levithomason You misread the issue. The popup is being triggered on click, in addition to the hover event. Your explanation was a paraphrase of mine.
Please, consider re-opening? |
@levithomason Ping? |
Still present in current version |
Nice that after over a year and a half this is still closed and labelled as "invalid". Thanks @ecnaidar for your follow up. |
✔ BUGS → This form is required:
Steps
<Popup>
component with amouseEnterDelay
property.on="hover"
so it is triggered only on hover.mouseEnterDelay
time expires.Expected Result
The
Popup
opens only on hover, aftermouseEnterDelay
milliseconds, ignoring click events. It doesn't open if I click the trigger component.Actual Result
The
Popup
is opened.Version
0.78.3
Testcase
The text was updated successfully, but these errors were encountered: