fix: Ignore Enter pressed during IME composition in input fields

Closes #1703
This commit is contained in:
babu-ch
2026-07-03 20:54:52 +09:00
parent 856768c45e
commit 9f18028337
11 changed files with 200 additions and 3 deletions
@@ -0,0 +1,11 @@
Feature: IME composition
Background:
Given the user is logged in with email or username "demo" and password "demo"
And a card with an empty task list exists
Scenario: Confirming an IME composition with Enter does not submit the task form
When the user opens the card
And the user opens the add task form
And the user presses Enter while composing "かいぜん" with an IME
Then the composed text "かいぜん" should remain in the task field
And no task named "かいぜん" should be added