<AWT Dev> [8] Review Request: 8027913 drop target notifications are sent out of order during DnD

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Nov 14 07:31:08 PST 2013


Hello.
Please review the fix for jdk 8.
The problem was in the missing notification about exit drop target 
event. This happens because usual mouse events and SDT events use the 
same fields to track current  / previous component.
In the fix these fields were split.

Bug: https://bugs.openjdk.java.net/browse/JDK-8027913
Webrev can be found at: http://cr.openjdk.java.net/~serb/8027913/webrev.00

-- 
Best regards, Sergey.



More information about the awt-dev mailing list