diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-08-18 21:39:27 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-08-18 21:39:27 +0200 |
commit | fb57cc8aba32eb1d544b75e6a2c05785eeecf0cd (patch) | |
tree | c6b81f7c1ae8acfb774a17d97abfe65222d8f038 | |
parent | 25f2113cc11b732224f98a9755a48d27177ed7c1 (diff) | |
download | jquery-ui-fb57cc8aba32eb1d544b75e6a2c05785eeecf0cd.tar.gz jquery-ui-fb57cc8aba32eb1d544b75e6a2c05785eeecf0cd.zip |
Tooltip: Change default to flipfit for both dimensions, now that it is available. Fixes positioning issue when tooltipped element is at the top of the screen.
-rw-r--r-- | ui/jquery.ui.tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 5e32459fc..2f8d92969 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -27,7 +27,7 @@ $.widget( "ui.tooltip", { position: { my: "left+15 center", at: "right center", - collision: "flip fit" + collision: "flipfit flipfit" }, show: true, tooltipClass: null, |