IME composition 5
-
naive-ui: Enter during IME composition adds a tag (Vue dynamic tags)
Pressing Enter to confirm a kana to kanji conversion in an n-dynamic-tags input creates a tag from the in-progress text instead of just finishing the conversion.
-
Element Plus time-picker reacts to keystrokes during IME composition
The time-picker's key handler fires while an IME composition is active, so keystrokes meant for the IME mutate the time value.
-
Vuetify VAutocomplete keydown fires during IME composition
VAutocomplete's keydown listener triggers during IME composition, so confirming a CJK query navigates or selects options.
-
Nuxt UI defineShortcuts fire while typing with a Japanese IME
Single-key shortcuts registered with defineShortcuts fire while composing text, so romaji keystrokes trigger app shortcuts mid-composition.
-
AIaW (Vue) chat submits on the Enter that confirms IME composition
Confirming CJK IME candidate with Enter in AIaW chat input simultaneously submits the message.
Locale data 4
-
naive-ui week date-picker placeholder left untranslated in Japanese
weekPlaceholder was missing from the Japanese locale, so the week date-picker showed an English placeholder.
-
Vant Japanese (ja-JP) locale translation errors
Vant component library Japanese (ja-JP) locale contains incorrect translations for multiple UI strings.
-
Quasar Japanese locale mistranslations in editor/tree labels
Quasar Framework Japanese locale has mistranslations in editor toolbar labels and tree component strings.
-
naive-ui weekPlaceholder untranslated in Korean and Traditional Chinese (Select Week)
weekPlaceholder was left as the English fallback "Select Week" in the Korean (koKR) and Traditional Chinese (zhTW) DatePicker locales, so the week-mode date picker showed an English placeholder. zhCN and jaJP were already translated; these were the remaining CJK locales still showing the fallback.
Other stacks
← back to all 93 entries