]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tooltips/popover must be hidden before their corresponding element is removed from... 22598/head
authorPeter Blazejewicz <peterblazejewicz@users.noreply.github.com>
Tue, 9 May 2017 08:51:44 +0000 (10:51 +0200)
committerJohann-S <johann.servoire@gmail.com>
Tue, 9 May 2017 08:51:44 +0000 (10:51 +0200)
docs/components/popovers.md
docs/components/tooltips.md

index 307b4cb6d6c54a86739e014e8a59642fae00fb8c..82a45cd45b64cc6699209b10f6d80124121eb9e2 100644 (file)
@@ -25,6 +25,7 @@ Things to know when using the popover plugin:
 - Triggering popovers on hidden elements will not work.
 - Popovers for `.disabled` or `disabled` elements must be triggered on a wrapper element.
 - When triggered from hyperlinks that span multiple lines, popovers will be centered. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
+- Popovers must be hidden before their corresponding elements have been removed from the DOM.
 
 Got all that? Great, let's see how they work with some examples.
 
index 55de9a886a665ef5562b1b74e04ed2c63f1fc7f3..393d94c05e3363a9b37031fcc5b525517ef6abd6 100644 (file)
@@ -23,6 +23,7 @@ Things to know when using the tooltip plugin:
 - Triggering tooltips on hidden elements will not work.
 - Tooltips for `.disabled` or `disabled` elements must be triggered on a wrapper element.
 - When triggered from hyperlinks that span multiple lines, tooltips will be centered. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
+- Tooltips must be hidden before their corresponding elements have been removed from the DOM.
 
 Got all that? Great, let's see how they work with some examples.