From 2a92b3ad8eeeb6e82f197fe599929ee334c76f02 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sun, 29 May 2011 12:29:11 -0400 Subject: Tooltip: Change default collision detection to 'flip fit' since the default vertical positioning is centered and can't flip --- tests/unit/tooltip/tooltip_defaults.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/tooltip/tooltip_defaults.js b/tests/unit/tooltip/tooltip_defaults.js index 13daaeb67..ded3d4558 100644 --- a/tests/unit/tooltip/tooltip_defaults.js +++ b/tests/unit/tooltip/tooltip_defaults.js @@ -5,7 +5,8 @@ commonWidgetTests( "tooltip", { items: "[title]", position: { my: "left+15 center", - at: "right center" + at: "right center", + collision: "flip fit" }, tooltipClass: null, -- cgit v1.2.3