question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Popover delay not working

See original GitHub issue

macOS High Sierra 10.13.2 Chrome 63.0.3239.132 Bootstrap 4.0.0

Example code:

<label data-container="body" data-toggle="popover" data-trigger="hover" data-delay='{"hide": 1000}' data-placement="top" data-html="true" data-content="Some example content">Text</label>

The popover works just fine, but there is no hide delay when the mouse moves off the popover.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
stuyamcommented, Feb 6, 2018

That CodePen doesn’t seem to work for me, settings the popover on the body doesn’t seem to work. Setting it to label worked though. https://codepen.io/stuyam/pen/WMGoGy

But yeah maybe the selector is messing things up too. It used to work before BS4 stable. I do it that way so when elements are dynamically added to the page they will still be selected rather than just on page load.

0reactions
XhmikosRcommented, Nov 30, 2020

Closing due to lack of response. You can comment here and we can re-open the issue.

This is an automated reply

Read more comments on GitHub >

github_iconTop Results From Across the Web

Popover delay at bootstrap doesnt work - Stack Overflow
@yaylitzis - No (!!) the delay works, but the popover is not hidden. And that has never been the intention. hide:100 just defines...
Read more >
Popover with delay in Bootstrap - Tech Funda
We shall learn how to delay popover using Bootstrap, we shall use JavaScript for this. ... We can also set some delay to...
Read more >
Popovers - Bootstrap
Triggering popovers on hidden elements will not work. ... Delay showing and hiding the popover (ms) - does not apply to manual trigger...
Read more >
Bootstrap popovers - CoreUI
Triggering popovers on hidden elements will not work. Popovers for .disabled or disabled ... If a number is supplied, delay is applied to...
Read more >
Bootstrap JS Popover Reference - W3Schools
Name Type Default Try it animation boolean true Try it container string, or the boolean false false Try it content string "" Try it
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found