Popover delay not working
See original GitHub issuemacOS 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:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That CodePen doesn’t seem to work for me, settings the popover on the
body
doesn’t seem to work. Setting it tolabel
worked though. https://codepen.io/stuyam/pen/WMGoGyBut 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.
Closing due to lack of response. You can comment here and we can re-open the issue.
This is an automated reply