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