[PR #1599] [CLOSED] fix: prevent keyboard events during IME composition #3528

Closed
opened 2026-03-22 14:46:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1599
Author: @kolaente
Created: 10/6/2025
Status: Closed

Base: mainHead: fix-ime-composition-test


📝 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

Testing if the test failure applies only to forks https://github.com/go-vikunja/vikunja/pull/1535#issuecomment-3358991662


🔄 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/1599 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 10/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-ime-composition-test` --- ### 📝 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 Testing if the test failure applies only to forks https://github.com/go-vikunja/vikunja/pull/1535#issuecomment-3358991662 --- <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 2026-03-22 14:46:32 -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#3528