From 756c005f3f82c8c3acbfe583d89b16aff00c8283 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Fri, 27 Nov 2015 22:37:35 +0000 Subject: [PATCH] =?UTF-8?q?Il=20faut=20que=20les=20tooltips=20suivent=20le?= =?UTF-8?q?s=20mouvements=20de=20la=20souris.=20Sinon,=20les=20menus=20d?= =?UTF-8?q?=C3=A9roulants=20sont=20illisibles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- javascripts.js.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/javascripts.js.html b/javascripts.js.html index d80a3287..e3360527 100644 --- a/javascripts.js.html +++ b/javascripts.js.html @@ -219,7 +219,9 @@ function myInitPages() { if (id_anchor) $('#'+id_anchor).parent().addClass('highlight_anchor'); // ajoute la classe highlight_anchor à l'element autour de l'ancre ; [(#CONFIG{soyezcreateurs/native_tooltips}|=={on}|non) - $(function() { $( document ).tooltip(); }); + $(function() { $( document ).tooltip({ + track: true + }); }); ] $(".escapelinks").one("focus", "a", function() { $(".escapelinks").removeClass("escapelinks"); } ); } -- GitLab