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

Hovering Twice in Succession Doesn't Show Popover #277

Open
KSib opened this issue Nov 1, 2018 · 0 comments
Open

Hovering Twice in Succession Doesn't Show Popover #277

KSib opened this issue Nov 1, 2018 · 0 comments

Comments

@KSib
Copy link

KSib commented Nov 1, 2018

Try hovering over the text in the link below. If you try to hover over the text a bit too quickly in succession then the popover doesn't display.

https://jsbin.com/rohutokodu/

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.webui-popover/1.2.1/jquery.webui-popover.min.css">
</head>
<body>

  <div data-toggle="popover" data-content="OKAY">TEST</div>
  
  <script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.webui-popover/1.2.1/jquery.webui-popover.min.js"></script>
  
  <script>
        $("[data-toggle='popover']").webuiPopover({
        trigger: "hover",
        type: "html",
        delay: {
            show: 0,
            hide: 0
        }
    });
  </script>
</body>
</html>
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