summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorDaniel van Vugt <daniel.van.vugt@canonical.com>2012-10-10 10:14:38 +0000
committerTarmac <>2012-10-10 10:14:38 +0000
commit69ce17c7b0e312b7e4d846660de0320430a57736 (patch)
tree80e08d8768db3a708cbee952b91e6517fa5d09ea /manual-tests
parentb9088178658c40e3ff4c5042cede761fad140e83 (diff)
parent23023306c1ecaba2bafea59ed5bd1651975f7143 (diff)
Draw the panel shadow only within the redraw region. Using a bounding box
allowed parts to get redrawn when they should not, appearing as small chunks of extra-dark panel shadow. (LP: #1057528). Fixes: https://bugs.launchpad.net/bugs/1057528. Approved by Łukasz Zemczak, Marco Trevisan (Treviño). (bzr r2818)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Panel.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual-tests/Panel.txt b/manual-tests/Panel.txt
index d36af4588..d7d74676a 100644
--- a/manual-tests/Panel.txt
+++ b/manual-tests/Panel.txt
@@ -95,3 +95,19 @@ Expected Result:
At no point during the actions should the panel (or launcher) blink or
flicker out of existence.
+
+Panel shadow overdraw
+---------------------
+Setup:
+#. Install Google Chrome or Chromium.
+
+Actions:
+#. Maximize a Chrome window.
+#. Open several tabs so that the titles of some tabs are not fully visible
+ and fade out to the right.
+#. Hover the mouse over the very top part of some tabs so tooltips appear.
+
+Expected Result:
+ No part of the panel shadow should ever appear on top of the maximized
+ Chrome window.
+