summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
author3v1n0 <mail@3v1n0.net>2012-01-26 06:39:27 -0500
committerTarmac <>2012-01-26 06:39:27 -0500
commit2dd56a7026bd411f6fd6f02187a87e5b26425963 (patch)
tree345221564df63ccb3f5fb5b73665dccd751aa13a /manual-tests
parent6a41fb8a3c292bdf0539d46708f085940836e28b (diff)
parent7f142bbfd3e48b8d75ee8119f256b3091b1cfbb2 (diff)
Fixed the logical interaction between lp:~3v1n0/unity/super-tab-switcher and lp:~andyrock/unity/shortcut-hint as defined by design.
Plus, some code improvements and fixed an issue that caused the shortcut hint to show when pressing Super and clicking over the BFB to show the dash. I'm wondering if we should avoid the same also when pressing over the workspace switcher.. Fixes: https://bugs.launchpad.net/bugs/918453. Appoved by Andrea Azzarone, Tim Penhey. Original authors: - 3v1n0 <mail@3v1n0.net> - Marco Trevisan (TreviƱo) <mail@3v1n0.net> (bzr r1867)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/SuperTab.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/manual-tests/SuperTab.txt b/manual-tests/SuperTab.txt
index 5ab409083..305fb02df 100644
--- a/manual-tests/SuperTab.txt
+++ b/manual-tests/SuperTab.txt
@@ -20,3 +20,25 @@ Outcome:
If in the launcher there are many icons and they are shown as collapsed,
when the Super+Tab is activated and the icons should be expanded when
neeeded.
+
+Super Tab switcher interaction with Shortcut Hint
+-------------------------------------------------
+This test shows the interaction between the shortcut hint overlay and the
+Super+Tab switcher.
+
+#. Start with a clean screen
+#. Press Super to make the shortcuts-overlay to show
+#. Then press Tab to initiate the Super+Tab launcher switcher
+
+Outcome:
+ The Super+Tab switcher is initialized, and the shortcut hint overlay is still
+ showing. Pressing also Shift to reverse the switcher direction doesn't hide
+ the overlay, that will be hidden once Super is released.
+
+#. Start with a clean screen
+#. Press Super+Tab quickly to make the launcher switcher to initialize without
+ making the shortcut overlay to show.
+
+Outcome:
+ Super+Tab switcher is initialized and the shortcut hint overlay is not shown
+ even keeping only super pressed until releasing it and pressing it again.