On Sun, 13 Feb 2005, Allan Sandfeld Jensen wrote: > Have you taken the WebCore implementation into consideration? > Our implementation was based on an old workding draft, where as WebCore have > updated to the DOM3 candidate recommendation. I've now compared the sources. WebCore indeed has a KeyEvent implementation while khtml still has a TextEvent implementation. And the virtual key code enums are gone, too. Unlike Apple we cannot simply drop such a class right now but I'll look into applying TextEvent fixed to make the ECMA bindings work sensibly at least. Harri.