From: Wolfram Schneider Date: Fri, 24 Oct 2014 09:57:42 +0000 (+0000) Subject: add a note that this widget may not work on older Browsers as IE8, MKWS-309 X-Git-Tag: 1.0.0~112^2~1 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=024d551e4cd0fe5c48c09b1b66e749e7090def22;hp=1d39d2ad121b02568505d9c9e98bdae8e4a3a198 add a note that this widget may not work on older Browsers as IE8, MKWS-309 --- 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 ) {