summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorSam Spilsbury <sam.spilsbury@canonical.com>2011-12-15 11:22:20 -0500
committerTarmac <>2011-12-15 11:22:20 -0500
commitd3d35c01e31b13afd18519cf9c088c94e68c9ee0 (patch)
tree876bc0156bc0fed227e408c2b4cddda1f2b71945 /manual-tests
parentba02e4c94460de023db92a4f2068dfbee0a7ea42 (diff)
parent86dca5945f5269db3bae8621d252620b7eaa60fb (diff)
Inhibit core from unshowdesktoping all other windows as soon as one window is activated by request from design. CompWindow::activate will do this implicitly, so we simply don't allow the final CompScreen::leaveShowDesktopMode to be called while we are in CompWindow::activate's wrap chain.
Fixes bug 871801. Manual test added.. Fixes: https://bugs.launchpad.net/bugs/871801. Appoved by Gord Allott. (bzr r1783)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Showdesktop.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/manual-tests/Showdesktop.txt b/manual-tests/Showdesktop.txt
new file mode 100644
index 000000000..e06ca4704
--- /dev/null
+++ b/manual-tests/Showdesktop.txt
@@ -0,0 +1,15 @@
+Test Showdesktop Mode
+-------------------
+This test shows that the "show desktop" mode works correctly
+
+#. Open two applications
+#. Use either alt-tab or ctrl-alt-d to activate "show desktop" mode
+#. Use either alt-tab or ctrl-alt-d to deactivate "show desktop" mode
+#. Use either alt-tab or ctrl-alt-d to activate "show desktop" mode
+#. Select an active application from the launcher
+#. Use either alt-tab or ctrl-alt-d to deactivate "show desktop" mode
+
+Outcome
+ Both windows will fade out, both windows will fade in, both windows
+ will fade out, the clicked application will fade in only, all other
+ windows will fade in.