summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2011-12-08 00:19:52 -0500
committerTarmac <>2011-12-08 00:19:52 -0500
commitd227f30af1f683ba1651e873d5838e671b278128 (patch)
treeda756e383233aabbb7fdbe8ccdb90a1d1320f7e5 /manual-tests
parentc5db72096a49f288c97f33ac89db16ab28f3ab5b (diff)
parent9555dc02932264630049133f5e14e2875ce45273 (diff)
As requested on bug #807891 I've added an option to toggle the panel opacity if a window is currently maximized (and visible) in the current workspace.
Test is missing, it will be added once the autopilot will be available.. Fixes: https://bugs.launchpad.net/bugs/807891. Appoved by Tim Penhey. (bzr r1770)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Panel.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/manual-tests/Panel.txt b/manual-tests/Panel.txt
new file mode 100644
index 000000000..5c2567837
--- /dev/null
+++ b/manual-tests/Panel.txt
@@ -0,0 +1,18 @@
+Panel Opacity Toggle
+--------------------
+This test shows how works the panel_opacity_maximized_toggle unity option
+
+#. Open CCSM
+#. Go in the "Experimental" tab
+#. Set the "Panel Opacity" setting to a value less than 1.0 (best is 0.0 for testing)
+#. Enable the "Panel Opacity for Maximized Windows Toggle"
+#. Close all your opened windows
+#. The panel should be transparent according to the opacity setting
+#. Now open a window and make sure it is restored
+#. Open another Window and make it maximized
+
+Outcome
+ When there's at least one maximized window on the current screen, the panel
+ should become opaque, also if the opacity setting is set to 0.0.
+ Once all the maximized windows are closed, restored or not visible,
+ the panel should go back to its defined opacity.