diff --git a/components/lib/tooltip/Tooltip.js b/components/lib/tooltip/Tooltip.js index 1ef657fc3..d03267da4 100755 --- a/components/lib/tooltip/Tooltip.js +++ b/components/lib/tooltip/Tooltip.js @@ -88,7 +88,7 @@ function onKeydown(event) { } function tooltipActions(el) { - if (el.$_ptooltipDisabled) { + if (el.$_ptooltipDisabled || !DomHandler.isExist(el) ) { return; }