diff options
| author | Peter Blazejewicz <[email protected]> | 2017-05-09 10:51:44 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-09 10:51:44 +0200 |
| commit | aa68ca3580369de035742768c64498686a6600ff (patch) | |
| tree | 02da5eae52991ad2e23a09e3446deb68bac9b426 /docs | |
| parent | 6c5346e3008f6f1fa69523e0a373fbc3cacea519 (diff) | |
| download | bootstrap-aa68ca3580369de035742768c64498686a6600ff.tar.xz bootstrap-aa68ca3580369de035742768c64498686a6600ff.zip | |
tooltips/popover must be hidden before their corresponding element is removed from the DOM
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/popovers.md | 1 | ||||
| -rw-r--r-- | docs/components/tooltips.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 307b4cb6d..82a45cd45 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -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. diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 55de9a886..393d94c05 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -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. |
