IME composition 20
-
React chat input sends the message on the Enter that confirms an IME conversion
Confirming a Japanese IME candidate with Enter in the chat box sends the message instead of committing the conversion.
-
Safari: Enter confirming a CJK @-mention picks the wrong option (rc-mentions)
On Safari/WebKit, composing an @-mention name in CJK and pressing Enter to confirm the IME replaces the text with whatever mention is highlighted.
-
rc-select: the Enter that confirms IME composition also selects an option
The Enter used to commit an IME composition also selects the currently highlighted option in a searchable Select.
-
Inline file rename submits during IME composition (Cherry Studio, Electron)
Renaming a file inline and pressing Enter to confirm a CJK name submits the rename mid-composition.
-
ChatUI composer sends on the Enter that confirms IME composition
The Composer sends the message on the Enter used to confirm an IME composition.
-
llmchat: ignore the Enter that confirms IME composition in the chat input
CJK users pressing Enter to accept an IME candidate also submits the chat message, sending an empty or partial message.
-
Obsidian Smart Composer chat submits on the IME Enter (macOS/Windows)
Obsidian Smart Composer chat submits messages on IME Enter key in macOS/Windows with CJK input methods.
-
Onyx ListFieldInput accepts an entry on the IME confirmation Enter
ListFieldInput in Onyx web accepts a list entry on the IME confirmation Enter, adding an empty or partial item.
-
RSuite InputPicker selects an item on the IME confirmation Enter
RSuite InputPicker selects the focused item when CJK IME confirmation Enter is pressed, skipping intended input.
-
Dify tag input adds a tag on the IME confirmation Enter
Dify tag input adds a tag on IME confirmation Enter, creating malformed tags for CJK users.
-
Flowise text inputs fire on the Enter that confirms IME composition
Multiple Flowise text inputs fire on IME Enter, interrupting CJK text composition.
-
Langflow inline rename commits on the IME confirmation Enter
Langflow inline rename inputs commit the rename on IME Enter, saving partial CJK names.
-
Plane select dropdown picks an item on the IME confirmation Enter
Plane select dropdowns pick an item on IME confirmation Enter, making it impossible for CJK users to search.
-
Twenty CRM chat send and rename fire on the IME confirmation Enter
Twenty CRM chat-thread send and attachment rename both fire on IME Enter, breaking CJK workflows.
-
Excalidraw search navigation fires arrow/Enter keys during IME composition
Excalidraw search navigation (arrow keys, Enter) fires during CJK IME composition, moving selection mid-composition.
-
Payload CMS SearchInput submits on the IME confirmation Enter
Payload CMS SearchInput submits on IME confirmation Enter, bypassing the intended search query.
-
big-AGI custom instruction field submits on the IME confirmation Enter
big-AGI custom instruction field fires on IME Enter, submitting partial CJK instructions.
-
LibreChat prompt name, label, and tag inputs fire on the IME Enter
LibreChat prompt name, label, and tag inputs all trigger on IME Enter, causing broken CJK input across multiple components.
-
Jan rename and project dialogs accept a partial name on the IME Enter
Jan AI assistant rename and project dialogs accept partial CJK names when Enter confirms IME composition.
-
React onChange fires during IME composition in controlled inputs
In a controlled <input>/<textarea>, onChange fires for the intermediate keystrokes of an IME composition, so any onChange-driven search or filter runs on half-finished CJK text.
Locale data 7
-
Wrong Japanese expand/collapse labels in Ant Design Typography
The ja-JP labels for Typography's expand/collapse control were incorrect, so Japanese users saw the wrong 展開/折りたたみ text.
-
MUI X Japanese (ja-JP) locale is incomplete / has wrong translations
MUI X Japanese (ja-JP) locale has incomplete or incorrect translations for data grid, date picker, and time picker components.
-
Semi Design is missing Japanese text in the Upload crop modal
Semi Design's Japanese locale is missing translation strings for the Upload component's crop modal UI.
-
Arco Design Japanese (ja-JP) locale translation errors
Arco Design Japanese (ja-JP) locale contains multiple translation errors across component strings.
-
Memos Japanese locale: 24 missing translation keys (fall back to English)
Memos Japanese (ja) locale has 24 missing translation keys; these fall back to English in the UI.
-
Medusa Japanese dashboard: 511 missing translation keys
Medusa dashboard Japanese (ja) locale has 511 missing translation keys, leaving most of the admin UI in English for Japanese users.
-
MUI Pagination aria-labels fall back to English in the zh-CN locale
The zh-CN locale is missing the MuiPagination block, so the pagination aria-label and getItemAriaLabel text fall back to English even though every other component in the file is localized. Among all locales only the three Chinese ones omit it; ja-JP and ko-KR already localize this block.
Other stacks
← back to all 93 entries