JDK-4876520 : Swing drag gesture recognizers should honor drag threshold
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2003-06-10
  • Updated: 2003-11-03
  • Resolved: 2003-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b28Fixed
Related Reports
Duplicate :  
Relates :  
Description

Name: agR10216			Date: 06/10/2003


Once the RFE 4415175 (No easy way to globally change the DND
gesture motion threshold) has been fixed, Swing drag gesture
recognizers should be updated in accorgance with the spec of
java.awt.dnd.MouseDragGestureRecognizer:
"Mouse drag gesture recognizers should honor the
drag gesture motion threshold, available through
java.awt.dnd.DragSource.getDragThreshold().
A drag gesture should be recognized only when the distance
in either the horizontal or vertical direction between
the location of the latest mouse dragged event and the
location of the corresponding mouse button pressed event
is greater than the drag gesture motion threshold."

###@###.### 2003-06-10
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b28 tiger-beta
14-06-2004

WORK AROUND Name: agR10216 Date: 06/10/2003 ======================================================================
11-06-2004

EVALUATION Commit to tiger. ###@###.### 2003-06-24 Swing's BasicDragGestureRecognizer has been changed to call DragSource.getDragThreshold() to determine the drag threshold. ###@###.### 2003-10-23
24-06-2003