<Swing Dev> Fix for JDK-6827800 : Default button is activated even when it is invisible

Ajit Ghaisas ajit.ghaisas at oracle.com
Wed May 25 11:45:36 UTC 2016


Hi,

 

    This the fix for bug : https://bugs.openjdk.java.net/browse/JDK-6827800

    Default button is activated even when it is invisible

 

    Root cause :

    Accepting Key press event even if the default button is invisible.

 

    Fix :

    In BasicRootPaneUI.java, accept key press only if the default button is being shown.

 

    Please review the webrev :  http://cr.openjdk.java.net/~aghaisas/6827800/webrev.00/

 

Regards,

Ajit

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20160525/d17a4419/attachment.html>


More information about the swing-dev mailing list