Bug 59633 - single click rate is liomited by double click time
Summary: single click rate is liomited by double click time
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: qt (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 04:41 UTC by richard
Modified: 2009-04-12 17:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richard 2003-06-11 04:41:05 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Gentoo Packages
OS:          Linux

The rate at which single clicks are detected seems to be limited by the double click speed. I've always found that when I was clicking something rapidly in KDE it would ignore some clicks; a few days ago I was looking in the mouse configuration and I decided to try lowering the double click interval from 400 ms to around 90, and after that every click was detected.

This should not be happening; there is no reasonable double-click inteval that will allow me to double click and single click rapidly.

I don't know all the places where this happens, but the most recent example, which made me look for an immediate solution, was having to go through a few hundred lines in the KDevelop debugger to get to the right poiont in the execution of my program; maybe regular buttons should handle a double click as two single clicks?
Comment 1 Stephan Kulow 2003-06-11 08:26:46 UTC
please tell qt-bugs@trolltech.com, it's not KDE specific. 
Comment 2 richard 2003-07-14 02:13:08 UTC
I believe this bug is KDE-specific. Thanks to the new Gideon release, I've noticed 
that the problem only occurs with toolbuttons - after a little testing with QT Designer 
and a KDE application I'm developping, I found that QT seemed to react to every 
click but KDE didn't.