Skip to content
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

incompatibility issue regarding behavior of "trigger" prop between Vue2 and Vue3 versions of the package #297

Closed
daniilgri opened this issue Sep 14, 2023 · 1 comment

Comments

@daniilgri
Copy link

In Vue2 when we have "trigger" prop as "mouseenter manual" it works like this:

  1. The tooltip opens when mouse over a trigger element
  2. The tooltip disappears when the mouse leaves an area of a trigger element or when user clicks on trigger element

In Vue3 when we have the "trigger" prop as "mouseenter manual" it works like this:

  1. The tooltip opens when mouse over a trigger element
  2. The tooltip disappears when the mouse leaves an area of a trigger element and it takes two times to click on a trigger element to make the tooltip disappear

So, the point is why do I need to click 2 times in the same trigger type to close the tooltip instead of one click?

@daniilgri
Copy link
Author

UPD: checked "mouseenter click manual" in vue3 and it works the same as "mouseenter manual" in vue2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant