JDK-7124264 : [macosx] Drop in the same Frame to non-DropTarget sends event with dropSuccess==true
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: generic
  • Submitted: 2011-12-23
  • Updated: 2012-02-22
  • Resolved: 2012-02-22
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 :  
Relates :  
Description
http://java.net/jira/browse/MACOSX_PORT-685 submitted 2011/11/10 by Yuri Nesterenko
Run the attached regression test. It puts 3 Canvases to a Frame: a middle one is drag gesture recognizer (drag source), right one is a drop target, and left one is neither. Then robot drags from the middle to the left canvas and releases mouse button. Middle canvas (drag source) does receive in dragDropEnd(event) with event.getDropSuccess() == true which is a bug.
The original bug for this regression test tests a value for success flag after a successful operation but now it doesn't go that far.

Comments
EVALUATION Author: Yuri Nesterenko Date: 10/Nov/11 01:47 PM Build: b216 closed/java/awt/dnd/IntraJVMGetDropSuccessTest/IntraJVMGetDropSuccessTest
23-12-2011