From c422694746d75d0fdb54fa7b11afa2156e4de8dc Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 10 Jun 2011 12:53:33 -0400 Subject: [PATCH 1/2] Patch #3313326 Some tooltips do not disappear --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 8c5bc647a5..cfbb25fc4a 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1988,7 +1988,7 @@ $(document).ready(function() { $(this).qtip({ content: tooltip_text, show: { delay: 0 }, - hide: { when: 'unfocus', delay: 0 }, + hide: { delay: 1000 }, style: { background: '#ffffcc' } }); }); From 20118f89cf9a84f019d77c748e8eb7d390781669 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 10 Jun 2011 12:54:34 -0400 Subject: [PATCH 2/2] Changelog entry for patch #3313326 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 5b012bfc2b..ee8637270d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ - bug #3307616 [edit] Inline edit updates multiple duplicate rows - patch #3311539 [edit] Inline edit does not escape backslashes - bug #3313210 [interface] Columns class sometimes changed for nothing +- patch #3313326 [interface] Some tooltips do not disappear 3.4.2.0 (2011-06-07) - bug #3301249 [interface] Iconic table operations does not remove inline edit label