Anybody aware of any problems with capturing the onkeydown event in IE6?

I am capturing it and then looking for (e.keyCode == 13) which is the Enter
key.  I am using a framed page (if that matters).

One behavior is that after the page loads, if the cursor is in a text input
and I press Enter key once the event does not fire.  If I press it again, it
does fire.  This I have confirmed numerous times.

Today I am finding even stranger behavior.  I can put the cursor into a text
input and then play around with entering text (just letters and numbers),
tabbing to other text inputs and clicking the mouse in other text inputs, I
can actually get the event to fire!  I haven't figured precisely what fires
it but it seems thus far only to fire while the page is still loading from
the server.  It's hard to test because I have to play with it only while
it's loading. :)

Certainly this is a strange situation, but if I managed to find it, I'm
certain my users are also going to find it.

Unless I can find solutions to both of these problems, I may have to abandon
this event.  Pity because the page needs it.

Hershel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to