<AWT Dev> [8] Review request for 8025225: Window.setAlwaysOnTop documentation should be updated
Alexander Zvegintsev
alexander.zvegintsev at oracle.com
Tue Sep 24 02:34:29 PDT 2013
Hello,
Please review the fix for the issue:
https://bugs.openjdk.java.net/browse/JDK-8025225
The webrev is available here:
http://cr.openjdk.java.net/~serb/alexz/8025225/webrev.00/
This issue was raised by Metacity's specific behavior:
If we have two windows(#1 has always-on-top state and has no window
focus and #2 has window focus),
then calling setAlwaysOnTop(false) on #1 will bring #2 window to front
of #1.
This fix makes more space for such window manager behavior.
> The window remains in the top-most position
Previous version of javadoc also does not cover a case when an another
always-on-top window presented.
CCC request will be send after dev's review.
--
--
Thanks,
Alexander.
More information about the awt-dev
mailing list