<AWT Dev> [12] RFR 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed Nov 21 20:36:04 UTC 2018
Hi, Dmitry.
On 21/11/2018 08:40, Dmitry Markov wrote:
> 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.
If ordering of windows is not necessary for popup only, then why we skip ordering for other child windows/and their child and so on?
--
Best regards, Sergey.
More information about the awt-dev
mailing list