RFR: JDK-6690019: JOptionPane obscured behind an always on top JFrame hangs UI [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Oct 10 03:44:01 UTC 2023
> A JOptionPane message dialog owned by a JFrame which is not always on top can be obscured behind an `"always on top" JFrame`. Since the option pane is modal, one can't move the "always on top frame" to reveal it, so the application effectively hangs as we cannot dismiss the option pane dialog
> Fix is to make sure the option pane dialog is always on top....
Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
Add test
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16060/files
- new: https://git.openjdk.org/jdk/pull/16060/files/39fdb540..531207fa
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16060&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16060&range=00-01
Stats: 102 lines in 1 file changed: 102 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/16060.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16060/head:pull/16060
PR: https://git.openjdk.org/jdk/pull/16060
More information about the client-libs-dev
mailing list