JDK-8005405 : [macosx] Drag and Drop: wrong animation when dropped outside any drop target.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2012-12-21
  • Updated: 2013-07-31
  • Resolved: 2013-02-04
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.
JDK 7 JDK 8
7u40Fixed 8 b77Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
When the drag is started a rectangle is drawn at the cursor to indicate the drag. When the drag is over not on any drop target, the rectangle should return to the component at which the drag was started. However, on the mac the rectangle is returning to the wrong coordinates. Probably this is due to the fact that on mac the zero for an y-coord is at the bottom. 

A little test is attached. To reproduce an issue you should start a drag form the textfield, drop it anywhere on the frame and see how the rectangle is moving to the wrong place. 
Comments
Verified b98!
31-07-2013

Hard to write a regression test, as the fix changes native animations.
14-05-2013