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

[Mobile devies] Cannot open tooltip again when call this.$root.$emit("bv::hide::tooltip") #7183

Open
Trientq1 opened this issue Nov 7, 2023 · 0 comments

Comments

@Trientq1
Copy link

Trientq1 commented Nov 7, 2023

Describe the bug

I implemented b-tooltip on my website, but I am encountering issues with it on mobile devices. Specifically, after adding an event that triggers this.$root.$emit("bv::hide::tooltip") on page scroll, the tooltip closes as expected. However, when attempting to reopen the tooltip by touching it once again, it does not respond.

Steps to reproduce the bug

  1. Touch on Title, the tooltip will be appear
  2. Scroll page
  3. Touch again on Title
  4. Cannot open the tooltip

Evidence

Issue

Expected behavior

Can open the tooltip again

Versions

Libraries:

  • BootstrapVue: 2.23.1
  • Bootstrap: 4.6.1
  • Vue: 2.6.12

Demo link

CodeSandbox,

@Trientq1 Trientq1 changed the title [Mobile devies] Cannot open tooltip agin when call this.$root.$emit("bv::hide::tooltip") [Mobile devies] Cannot open tooltip again when call this.$root.$emit("bv::hide::tooltip") Nov 7, 2023
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