From 6898a4e0d5d2594ffbf761a0cdf6d1f29c8c49cf Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 16 Apr 2015 18:30:49 +0200 Subject: [PATCH] Display icon tooltips without delay Original functionality was broken when changing the icon library. --- library/Icinga/Web/Widget/Chart/HistoryColorGrid.php | 3 ++- public/js/icinga/behavior/tooltip.js | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php b/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php index d1c9a677f..8ffd3ea00 100644 --- a/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php +++ b/library/Icinga/Web/Widget/Chart/HistoryColorGrid.php @@ -127,7 +127,8 @@ class HistoryColorGrid extends AbstractWidget { . ' opacity: ' . $this->opacity . ';" ' . 'aria-label="' . $entry['caption'] . '" ' . 'title="' . $entry['caption'] . '" ' . - 'href="' . $entry['url'] . '"' . + 'href="' . $entry['url'] . '" ' . + 'data-tooltip-delay="0"' . '>'; } else { return '