-
Bug
-
Resolution: Fixed
-
P4
-
1.0.2
-
1.1
-
x86
-
windows_95
-
Not verified
The code that does double click handling does not pay any
attention to the distance between the two clicks, to filter out fast
clicks across a screen (which are NOT double clicks in the normal
sense of a UI). Usually, in addition to the time window, there is a
position window that is used to qualify double clicks. The AWT does
not do this.
attention to the distance between the two clicks, to filter out fast
clicks across a screen (which are NOT double clicks in the normal
sense of a UI). Usually, in addition to the time window, there is a
position window that is used to qualify double clicks. The AWT does
not do this.