Eilein Grasp wrote:
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.
I am 99% certain these go through, can you provide a sample SVG that shows the problem?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]