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