We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can work with interactive with delay (leave delay) equal 0.
Please visit the tooltip competitor https://codesandbox.io/s/material-demo-forked-smssv?file=/demo.js For me is mandatory to use tooltipster
I don't want this behaviour either, please show next image:
<html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Tooltipster interactive not working with delay 0</title> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.0.3/css/tooltipster.bundle.css" /> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js" ></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.0.3/js/tooltipster.bundle.min.js" ></script> </head> <body> <span class="demo-interact" title="Try clicking <a href='http://google.com/' target='_blank'>this link</a>" > Hover </span> <span class="demo-interact" title="Try clicking <a href='http://google.com/' target='_blank'>this link</a>" > Hover </span> <span class="demo-interact" title="Try clicking <a href='http://google.com/' target='_blank'>this link</a>" > Hover </span> <span class="demo-interact" title="Try clicking <a href='http://google.com/' target='_blank'>this link</a>" > Hover </span> <span class="demo-interact-50" title="Try clicking <a href='http://google.com/' target='_blank'>this link</a>" > Hover </span> </body> <script> // Interactive not working $(".demo-interact").tooltipster({ contentAsHTML: true, interactive: true, delay: [0, 0], }); // Interactive working but I don't want overlay behaviour $(".demo-interact-50").tooltipster({ contentAsHTML: true, interactive: true, delay: [0, 50], }); </script> </html>
The text was updated successfully, but these errors were encountered:
hi @pacocom , I have the exact same issue, the tooltip isn't reactive when delay is 0 Did you manage to solve it ?
Sorry, something went wrong.
My solution was increase delay to 50 but with overlay behaviour.
No branches or pull requests
I can work with interactive with delay (leave delay) equal 0.
Please visit the tooltip competitor https://codesandbox.io/s/material-demo-forked-smssv?file=/demo.js
For me is mandatory to use tooltipster
I don't want this behaviour either, please show next image:
The text was updated successfully, but these errors were encountered: