[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/xml
From:       David Faure <faure () kde ! org>
Date:       2004-10-27 22:15:13
Message-ID: 20041027221513.4D35F16C1C () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Allow JS code to create a TextEvent.
[This isn't in WebCore since they moved to KeyboardEvent...]


  M +2 -0      dom_docimpl.cpp   1.298


--- kdelibs/khtml/xml/dom_docimpl.cpp  #1.297:1.298
@@ -2091,4 +2091,6 @@ EventImpl *DocumentImpl::createEvent(con
     else if (eventType == "MouseEvents")
         return new MouseEventImpl();
+    else if (eventType == "TextEvents")
+        return new TextEventImpl();
     else if (eventType == "MutationEvents")
         return new MutationEventImpl();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic