I have some elements registered to receive key events,
((EventTarget)element).addEventListener("keypress", keyEventHandler, false);
and their event handlers correctly receive all key presses except for arrow keys, home 
and end keys. But I really need to listen for arrow, home and end key presses -- where 
are these events going ? I have interactors disabled.

_____________________________________________________________
[EMAIL PROTECTED]
http://www.digiverse.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to