<AWT Dev> [8] Request for review: JDK-8013424 Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7

Anthony Petrov anthony.petrov at oracle.com
Wed May 29 06:36:56 PDT 2013


The fix looks good to me.


--
best regards,
Anthony

On 05/28/2013 11:06 PM, Anton V. Tarasov wrote:
> Hello,
>
> Please, review the fix:
>
> jira: https://jbs.oracle.com/bugs/browse/JDK-8013424
> webrev: http://cr.openjdk.java.net/~ant/JDK-8013424/webrev.0
>
> Clipboard.addFlavorListener(FlavorListener) notifications are broken on
> X11 since jdk7 b25.
>
> The reason is a typo introduced with JDK-6538066. The condition under
> which the dispatcher is removed should be inverted.
>
> Thanks,
> Anton.


More information about the awt-dev mailing list