Hi,
You're fix seemed to do the trick.
I added a "test" directory to the cvs (and snapshot) version, so we can keep
a couple of testpages on this kind of bug at hand. this way it should be
easier to debug.
The first test is the one Raymond Irving submitted on this issue:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/dynapi/dynapi/test
s/link_and_form_events_NS4.html

I applied the fix you suggested to keyboard.js (hope you don't mind) and
noted a few of my findings in the test-file.

If I remember correctly, what was not yet working well in the changes you
made to mouse.js, a while back, was that "return false" in a link wasn't
working anymore in IE. I'll see if I can find the testfile I was using.

Cheers,
Richard.
www.richardinfo.com


----- Original Message -----
From: "Joachim Lundgren" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 24, 2001 8:30 PM
Subject: Re: [Dynapi-Dev] Check out this DynLayer extension!


> 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/
>


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

Reply via email to