Hi, Sergey,
the fix looks fine in general. I would just propose an alternative
naming: instead of "mouseDTEnterExit" use "dropTargetEnterExit".
Thanks,
Artem
On 11/14/2013 7:31 PM, Sergey Bylokhov wrote:
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