<AWT Dev> [12] RFR 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
Dmitry Markov
dmitry.markov at oracle.com
Wed Nov 21 16:40:04 UTC 2018
Hello,
Could you review a fix for jdk12, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8213983 <https://bugs.openjdk.java.net/browse/JDK-8213983>
webrev: http://cr.openjdk.java.net/~dmarkov/8213983/webrev.00/ <http://cr.openjdk.java.net/~dmarkov/8213983/webrev.00/>
On OS X the keyboard shortcut “cmd +`” stops working properly if a popup window is displayed. That behaviour is caused by window ordering operation. However it is really unnecessary to perform ordering for popup windows because they are located at another window level, (i.e. NSPopUpMenuWindowLevel) and always placed above their parents.
Thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20181121/ee000f1d/attachment.html>
More information about the awt-dev
mailing list