[PR #1535] [MERGED] fix: prevent keyboard events during IME composition #1555

Closed
opened 2025-11-01 21:22:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1535
Author: @maggch97
Created: 9/22/2025
Status: Merged
Merged: 10/6/2025
Merged by: @kolaente

Base: mainHead: user/weijiezhao/ignorekeydownwhenime


📝 Commits (1)

  • 4562c87 fix: prevent keyboard events during IME composition

📊 Changes

11 files changed (+34 additions, -4 deletions)

View changed files

📝 frontend/src/components/gantt/primitives/GanttChartPrimitive.vue (+3 -0)
📝 frontend/src/components/gantt/primitives/GanttRowPrimitive.vue (+3 -0)
📝 frontend/src/components/input/editor/CommandsList.vue (+3 -0)
📝 frontend/src/components/input/editor/suggestion.ts (+4 -0)
📝 frontend/src/components/input/filter/FilterCommandsList.vue (+3 -0)
📝 frontend/src/components/misc/Modal.vue (+3 -0)
📝 frontend/src/components/project/views/ProjectKanban.vue (+2 -2)
📝 frontend/src/components/project/views/ProjectList.vue (+3 -0)
📝 frontend/src/components/tasks/AddTask.vue (+4 -0)
📝 frontend/src/components/tasks/partials/Heading.vue (+2 -2)
📝 frontend/src/helpers/inputPrompt.ts (+4 -0)

📄 Description

fix: https://github.com/go-vikunja/vikunja/issues/1531


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1535 **Author:** [@maggch97](https://github.com/maggch97) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `user/weijiezhao/ignorekeydownwhenime` --- ### 📝 Commits (1) - [`4562c87`](https://github.com/go-vikunja/vikunja/commit/4562c87366fbb77bc74ace8226ee5d7f234f8ced) fix: prevent keyboard events during IME composition ### 📊 Changes **11 files changed** (+34 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/gantt/primitives/GanttChartPrimitive.vue` (+3 -0) 📝 `frontend/src/components/gantt/primitives/GanttRowPrimitive.vue` (+3 -0) 📝 `frontend/src/components/input/editor/CommandsList.vue` (+3 -0) 📝 `frontend/src/components/input/editor/suggestion.ts` (+4 -0) 📝 `frontend/src/components/input/filter/FilterCommandsList.vue` (+3 -0) 📝 `frontend/src/components/misc/Modal.vue` (+3 -0) 📝 `frontend/src/components/project/views/ProjectKanban.vue` (+2 -2) 📝 `frontend/src/components/project/views/ProjectList.vue` (+3 -0) 📝 `frontend/src/components/tasks/AddTask.vue` (+4 -0) 📝 `frontend/src/components/tasks/partials/Heading.vue` (+2 -2) 📝 `frontend/src/helpers/inputPrompt.ts` (+4 -0) </details> ### 📄 Description fix: https://github.com/go-vikunja/vikunja/issues/1531 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:22:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1555