kdenonbeta/ksvg/impl

Simon Hausmann hausmann at kde.org
Thu Aug 8 17:54:37 BST 2002


On Thu, Aug 08, 2002 at 04:49:48PM +0200, Tobias Anton wrote:
> 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?

What exactly is the bug?

Simon




More information about the kfm-devel mailing list