From 339543636f521a0c7d3c5a4138937e3a7dc2d1ba Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Sun, 21 Mar 2010 22:45:36 +0100 Subject: [PATCH] Tooltip: Added another element for testing the issue with mouseover/out --- tests/visual/tooltip/tooltip.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index c0401be66..5b0f9059a 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -20,7 +20,7 @@ function enable() { // default - $("#context1, form input").tooltip(); + $("#context1, form input, #childish").tooltip(); // custom class, replaces ui-widget-content $("#context2").tooltip({ @@ -105,6 +105,10 @@ +
+ Text in bold. +
+
-- 2.39.5