From kde-commits Sun Feb 13 19:32:50 2005 From: Harri Porten Date: Sun, 13 Feb 2005 19:32:50 +0000 To: kde-commits Subject: Re: kdelibs/khtml/xml Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=110832327612212 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.