kdenonbeta/ksvg/impl

Tobias Anton TA at ESC-Electronics.de
Mon Aug 12 07:38:32 BST 2002


On Thursday 08 August 2002 18:54, Simon Hausmann wrote:
> 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?
Autorepeat key events are delivered as key release events.

Or as both release and press events? (Well, this behaviour would make sense 
IMO)

I'm not sure. Wildfox?

Tobias




More information about the kfm-devel mailing list