JDK-8000422 : [macosx] Views keep scrolling back to the drag position after DnD
  • Type: Backport
  • Backport of: JDK-7171812
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-04
  • Updated: 2013-08-14
  • Resolved: 2013-05-29
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 8Fixed
Description
Views and Palette keeps scrolling back to the drag position after DnD.
Reported only with 7u4 on Mac.

In NetBeans, after dragging and dropping something from Projects or Files Views or Palette in GUI designers, when you scroll the View or Palette up/down, it keeps scrolling itself back to the drag position, making it impossible to select nodes/components not visible without scrolling to them.

http://netbeans.org/bugzilla/show_bug.cgi?id=211406

Debugging revealed that the scrolling is caused by java.awt.dnd.DropTarget.DropTargetAutoScroller. This class is responsible for scrolling a tree/list when something is dragged over it. For some reason the timer isn't reset when the item is dropped or the drag is aborted. Seems like JDK bug since it works fine in other JDK versions.
I've created a sample application that demonstrates the problem. The application uses AWT implementation of DND and runs fine under JDK 1.6

Comments
Verified with regression test from JDK-7145796 and 8b93
14-06-2013

http://hg.openjdk.java.net/jdk8/awt/jdk/rev/ff1c2e379f27
29-05-2013

Looks like a direct forward port.
15-11-2012