From: Chris Rebert Date: Fri, 23 Aug 2013 18:09:01 +0000 (-0700) Subject: repeat #10081 caveat for popovers too X-Git-Tag: v3.0.1~152^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f669b6dcb5c47063c43cd6defcf9697874a0fab;p=thirdparty%2Fbootstrap.git repeat #10081 caveat for popovers too --- diff --git a/javascript.html b/javascript.html index 0dffa5db8d..40ea1a9240 100644 --- a/javascript.html +++ b/javascript.html @@ -970,6 +970,10 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {

Popovers in button groups and input groups require special setting

When using popovers on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).

+
+

Popovers on disabled elements require wrapper elements

+

To add a popover to a disabled or .disabled element, put the element inside of a <div> or <span>, and apply the popover to that element instead.

+

Static popover

Four options are available: top, right, bottom, and left aligned.