Re: DOM3 Key events

Oliver Hunt wrote:
> Really?  By my testing it matches Firefox 2 behaviour on both mac and 
> windows.
> 
> IE behaviour results in the keypress not being fired.

Oh, I see.  Firefox behavior is to fire the keypress event but to call 
preventDefault() on it first, so that the default action doesn't take place... 
Which has the same effect as what IE does in the common case, but isn't exactly 
identical.

-Boris

Received on Wednesday, 1 August 2007 23:37:10 UTC