RFR: 8195675: Call to insertText with single character from custom Input Method ignored
Phil Race
prr at openjdk.org
Mon Mar 4 17:04:54 UTC 2024
On Tue, 20 Feb 2024 02:08:09 GMT, Steven Loomis <srl at openjdk.org> wrote:
> 8195675: Call to insertText with single character from custom Input Method ignored
Marked as reviewed by prr (Reviewer).
src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m line 972:
> 970: ((utf8Length > 1) && [self isCodePointInUnicodeBlockNeedingIMEvent:codePoint]) ||
> 971: [(NSString *)kbdLayout containsString:@KEYMAN_LAYOUT]) {
> 972: #ifdef IM_DEBUG
As noted in JBS Kotoeri is obsolete, which is why the reference to it here should be removed as part of this change.
-------------
PR Review: https://git.openjdk.org/jdk/pull/17921#pullrequestreview-1914844169
PR Review Comment: https://git.openjdk.org/jdk/pull/17921#discussion_r1511488212
More information about the client-libs-dev
mailing list