I created an svg file containing the following content:

<svg xmlns="http://www.w3.org/2000/svg"; onkeydown="alert('foo')"/>

When I view it in squiggle (1.7beta1), the onkeydown handler only runs
the first time I press a key. I think this is a bug, because it should
run every time I press a key.
If I replace onkeydown with onkeyup, it works properly and the message
appears every time I release a key.

I have tried this on windows and linux, and the behaviour is the same on both.

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

Reply via email to