On Fri, 6 Mar 2026 00:05:15 GMT, Sergey Bylokhov <[email protected]> wrote:

>> Remove AppContext from 2 AWT input event / method classes and remove one 
>> test which fails with this removal.
>
> test/jdk/java/awt/im/8041990/bug8041990.java line 29:
> 
>> 27:  * @key headful
>> 28:  * @bug 8041990
>> 29:  * @summary Language specific keys does not work in non-default 
>> AppContexts of top-level windows
> 
> Do we actually have tests that validate that “Language specific keys” work at 
> all? Possibly we could simplify the test but still use it to cover that area?

This test just sends an InputMethodEvent. (from the non-default AppContext)
We do have at least one other test that does something very similar without the 
AppContext.
javax/swing/text/DefaultStyledDocument/6636983/bug6636983.java

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30009#discussion_r2907540934

Reply via email to