kdenonbeta/ksvg/impl

Nikolas Zimmermann wildfox at kde.org
Thu Aug 8 09:34:36 BST 2002


kdenonbeta/ksvg/impl SVGElementImpl.cc,1.113,1.114
Author: wildfox


Modified Files:
         SVGElementImpl.cc
Log Message:
-    if(ke->type() == QEvent::KeyRelease)
+    if(ke->type() == QEvent::KeyRelease && !ke->isAutoRepeat())

Fixing KeyUp events. They were always mixed with KeyPress events.
(Both KeyUp and KeyPress are QEvent::KeyRelease events)

Looking at khtml's code... it has the same problem.
Should I fix it there as well?

CCMAIL: kfm-devel at mail.kde.org






More information about the kfm-devel mailing list