RFR: JDK-6690019: JOptionPane obscured behind an always on top JFrame hangs UI [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Thu Oct 12 06:05:14 UTC 2023
On Tue, 10 Oct 2023 21:11:28 GMT, Phil Race <prr at openjdk.org> wrote:
> This seems to me like an application bug. Apart from a couple of special cases - Popup being one of them - we don't use this call internally in dialogs etc. As much as possible determining the behaviours of these windows should be up to the app. I think this should be closed as not a (JDK) bug.
I get your point but can we consider this as a "defensive" fix much like DiD fix that we do, in case application does't take care of it, so that we dont get this kind of hang situation...We have print dialog as always-on-top so we can consider this optionpane modal dialog also be the same...
If any issues arise, we can always roll it back later on..
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16060#issuecomment-1758960857
More information about the client-libs-dev
mailing list