From: Jörn Zaefferer Date: Mon, 5 Nov 2012 18:05:58 +0000 (+0100) Subject: Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapp... X-Git-Tag: 1.10.0-beta.1~205 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1d9eab1ead0d5a6f60e31437bb539eb3f804bacc;p=jquery-ui.git Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. --- diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 93172524a..20039e2b8 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -22,6 +22,9 @@ width: 350px; height: 350px; } + .ui-tooltip { + max-width: 350px; + }