diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2011-12-08 00:51:01 -0500 |
|---|---|---|
| committer | Tarmac <> | 2011-12-08 00:51:01 -0500 |
| commit | dad9c80fc9d282d06f007fedcd92f3120bbc0cbb (patch) | |
| tree | 14af5dbbdb4e95b55620a5c51e962de3ee76913c /manual-tests | |
| parent | d227f30af1f683ba1651e873d5838e671b278128 (diff) | |
| parent | 02f03c9d6a0d2dd24f7bc5f0ab97e32e75534ccc (diff) | |
Fixing bug #888650 and bug #890970 which caused the global menubar to not correctly react to mouse events when an indicator menu is open.
Since compiz can't get the mouse position when the unity-panel-service grabs the mouse, we need to manually update the mouse position and send it to the menubar to make it correctly draw also when the Nux events aren't emitted. Tests for this code will come as soon as possible (i.e when the autopilot will be completed).. Fixes: https://bugs.launchpad.net/bugs/888650, https://bugs.launchpad.net/bugs/890970. Appoved by Tim Penhey. (bzr r1771)
Diffstat (limited to 'manual-tests')
| -rw-r--r-- | manual-tests/PanelIndicators.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manual-tests/PanelIndicators.txt b/manual-tests/PanelIndicators.txt new file mode 100644 index 000000000..1b3c12f9e --- /dev/null +++ b/manual-tests/PanelIndicators.txt @@ -0,0 +1,27 @@ +Menus and Active Indicators +--------------------------- +This test shows the interaction between the global menu and open indicators. + +#. Start on a clean screen +#. Open an application that has menus (i.e a gnome-terminal) +#. Open an indicator Menu (i.e. indicator sound) +#. Move the mouse pointer on the PanelMenuGrabArea (i.e the area between the + indicators and the global menu) + +Outcome + The menu should appear. This was happening only when going over the menus, + not over the empty panel area. + + +Window Buttons and Active Indicators +------------------------------------ +This test shows the interaction between the window buttons and open indicators. + +#. Start on a clean screen +#. Open an application that has menus (i.e a gnome-terminal) +#. Maximize it +#. Open an indicator Menu (i.e. indicator sound) +#. Move the mouse pointer on the top-left corner of the screen + +Outcome + Window buttons should appear. |
