Hello, Dmitry. With your fix I'm observing the following regression: 1. Run the test app from the bug in IDE or appletviewer. 2. Open the menu 3. Without closing the menu switch to another space using keyboard (Ctrl+Arrow) or touchpad gesture 4. The opened popup will be shown on another space and than will disappear. But it will be visible for enough time to get noticed and annoying.
And also, why are you explicitly setting 1<<8 instead of using the name of the constant? Thank you. With best regards. Petr. On 14 мая 2014 г., at 12:54, dmitry markov <dmitry.mar...@oracle.com> wrote: > Hello, > > Could you review the fix for jdk9, please? > > bug: https://bugs.openjdk.java.net/browse/JDK-8042465 > webrev: http://cr.openjdk.java.net/~dmarkov/8042465/jdk9/webrev.00/ > > Problem description: On Mac OS X when a browser is in full screen mode, > applet's popup is displayed behind the browser's window. > Fix: It is necessary to change the collection behavior for the popup windows > to make them visible when the browser runs in full screen mode. > > Thanks, > Dmitry