fix: Ignore Enter pressed during IME composition in input fields
Closes #1703
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user