|
From: Andrew G. <an...@zo...> - 2003-09-18 00:41:11
|
Hi, From the latest snapshot, the files: htmlfile.js, line 45 htmltextarea.js, line 30 htmltextbox.js, line 25 all contain the same error: +' onkeydown="return htc._e(\'keyup\',this,event);" ' which should be: +' onkeydown="return htc._e(\'keydown\',this,event);" ' regards, Andrew Gillett |