On Wed, 27 Nov 2024 12:47:29 GMT, Dmitry Markov <dmar...@openjdk.org> wrote:
> If AWT/Swing app displays several windows and an user changes the keyboard > layout and then closes the focused window, the app does not keep the keyboard > layout changes. > > It is necessary to sync currentLocale and Windows keyboard layout values in > `WInputMethod` class before component activation. This pull request has now been integrated. Changeset: 2be07b5f Author: Dmitry Markov <dmar...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2be07b5f9d2f3f0b885feb08ff10a57824ea5748 Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod 8324491: Keyboard layout didn't keep its state if it was changed when dialog was active Reviewed-by: aivanov, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/22411