JDK-7132747 : [macosx] closed/javax/swing/DataTransfer/DragOverFeedbackTest/DragOverFeedbackTest fails on MacOS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-01-24
  • Updated: 2012-02-10
  • Resolved: 2012-02-07
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
7u4Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
NullPointerException occurs during manual regression test closed/javax/swing/DataTransfer/DragOverFeedbackTest/DragOverFeedbackTest.java execution.
Test log attached.

Comments
EVALUATION The location of DnD has the same color as the element in list (table) selection and sometimes is not shown at all.
26-01-2012

EVALUATION NPE: java.lang.NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag(TransferHandler.java:1449) at javax.swing.TransferHandler$DropHandler.dragOver(TransferHandler.java:1488) at java.awt.dnd.DropTarget.dragOver(DropTarget.java:381) at javax.swing.TransferHandler$SwingDropTarget.dragOver(TransferHandler.java:1250)
26-01-2012