At 2001-10-24 19:14, Joachim Lundgren wrote:

>I'll see if I can fix it. I trust you need keyboard handling for something else (the 
>browser handles keyboard input into FORMs without keyboard.js)? It might help if you 
>could give an example of that, or just a little description of the use.
>
>/Lunna

I think I found it.

In the keyboard.js file, change line 35 (the DynKeyEvent.EventMethod function) from:

        if (!realsrc) return false;
to:
        if (!realsrc) return;

And to all: test if this breaks anything, otherwise it will go into CVS.

/Lunna


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to