summaryrefslogtreecommitdiff
diff options
-rw-r--r--manual-tests/Dash.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/manual-tests/Dash.txt b/manual-tests/Dash.txt
index 32c94344c..225d2d1da 100644
--- a/manual-tests/Dash.txt
+++ b/manual-tests/Dash.txt
@@ -67,3 +67,15 @@ Outcome
The text previously selected is pasted on the search bar at mouse pointer
position, if the operation is repeated the text is inserted where
the mouse pointer is.
+
+Dash SearchBar IMTextEntry Focus
+------------------------------
+This test shows that the IMTextEntry is getting focus when it gets keyboard focus.
+
+#. Open the Dash
+#. Press Ctrl + Space to activate ibus
+#. Type "abc1"
+
+Outcome
+ Typing "abc1" while ibus is focused will produce 阿布从 . If the ibus is not focused
+ then "abc1" will be the outcome (This is incorrect behavior).