Tooltip: Also close on click. Essential for tooltips on menu buttons.

This commit is contained in:
Jörn Zaefferer 2011-05-04 08:21:57 +02:00
parent 8201c13928
commit 66b96cbbe4

View File

@ -96,7 +96,8 @@ $.widget("ui.tooltip", {
this._bind( target, {
mouseleave: "close",
blur: "close"
blur: "close",
click: "close"
});
},