From c7c8600f07247510b6ecb0b0fbe3c942f4c2f5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 25 Oct 2002 14:11:06 +0000 Subject: [PATCH] fixed bug #627567 - Javascript bug in setPointer() function thanks to Christopher Bloom --- libraries/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/functions.js b/libraries/functions.js index 52fc442a8..99599ba4c 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -371,6 +371,7 @@ function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerCol } else if (theAction == 'click' && theMarkColor != '') { newColor = theMarkColor; + marked_row[theRowNum] = true; } } // 4.1.2 Current color is the pointer one