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.

This commit is contained in:
Jörn Zaefferer
2011-08-18 21:39:27 +02:00
parent 25f2113cc1
commit fb57cc8aba

View File

@@ -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,