<i18n dev> RFR: 8378385: Remove AppContext from AWT Windows implementation classes [v2]

Phil Race prr at openjdk.org
Thu Feb 26 20:10:05 UTC 2026


On Wed, 25 Feb 2026 18:33:28 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8378385
>
> src/java.desktop/windows/classes/sun/awt/windows/WInputMethod.java line 605:
> 
>> 603:                                                       TextHitInfo.leading(caretPos),
>> 604:                                                       TextHitInfo.leading(visiblePos));
>> 605:         WToolkit.postEvent(WToolkit.targetToAppContext(source), event);
> 
> Does this also need to be updated similarly to WToolkit.postEvent(source, ...)?

Yes, I missed it. Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29858#discussion_r2861060332


More information about the i18n-dev mailing list