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

Mouse over of button or link closes tip #18

Closed
dolbex opened this issue Nov 30, 2017 · 1 comment
Closed

Mouse over of button or link closes tip #18

dolbex opened this issue Nov 30, 2017 · 1 comment

Comments

@dolbex
Copy link

dolbex commented Nov 30, 2017

Hey, first, this is a great lib! Starred and can't wait to fully implement it. One problem I'm having though is that once the tip is open the user can mouse over the tip completely but as soon as they mouse over a button it closes. This is Chrome (latest) macOS

<template>
  <div>
    <i 
    class="ion-android-checkbox-outline-blank" 
    v-tippy="{ 
      html: '#check-all-tooltip', 
      interactive: true,
      animation: 'scale',
      arrow: true
      }"></i>
    
    <div id="check-all-tooltip" class="bg-background-darker pt-4 pb-2 px-4">
      <div class="">
        <h6>Header</h6>
        <p style="color: black"> This is the message based on the current mode </p>
        <a type="button" model="checked" @click="update" title="Hi!" v-tippy>{{ checkAll[this.type] }}</a>
      </div>
    </div>
  </div>
</template>
@dolbex
Copy link
Author

dolbex commented Nov 30, 2017

Silly copy and paste - I had tippy INSIDE my popup... silly silly.

@dolbex dolbex closed this as completed Nov 30, 2017
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