From 024d551e4cd0fe5c48c09b1b66e749e7090def22 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 24 Oct 2014 09:57:42 +0000 Subject: [PATCH] add a note that this widget may not work on older Browsers as IE8, MKWS-309 --- examples/htdocs/dict.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/htdocs/dict.html b/examples/htdocs/dict.html index 8aa4bcd..c63f983 100644 --- a/examples/htdocs/dict.html +++ b/examples/htdocs/dict.html @@ -50,6 +50,7 @@ var selectedtext=""; var clicking = false; function clickfunc(e) { + // may not work on older Browsers, as IE8 var sel = window.getSelection(); //console.log("click: " + sel + " clicking=" + clicking ); if ( sel != "" && ! clicking ) { -- 1.7.10.4