kdenonbeta/ksvg/impl

Tobias Anton TA at ESC-Electronics.de
Thu Aug 8 15:49:48 BST 2002


On Thursday 08 August 2002 10:34, Nikolas Zimmermann wrote:
> 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?
Is that a QT bug?
If so, should we work around it?

Tobias




More information about the kfm-devel mailing list