~aacid/unity-2d/panel_click_gives_focus_to_maximized_windows

« back to all changes in this revision

Viewing changes to tests/manual-tests/panel.txt

[panel] Disable the window panel buttons when not visible

This way they won't get activated if we had pressed the button when visible and release then not visible anymore. Fixes: https://bugs.launchpad.net/bugs/924264. Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * Open a menu item in the first screen
42
42
 * Verify the menu shows in the first screen and not in the second
43
43
----
 
44
 * Open a window fullscreen (e.g. firefox)
 
45
 * Go to the panel and press and hold the [x] button and be sure not to move the mouse
 
46
 * Press the Print Screen key on the keyboard
 
47
 * See how the "Save Screenshot" app appears
 
48
 * See how the [x] button in the panel disappears
 
49
 * Release the mouse button
 
50
 * Verify the "Save Screenshot" app does not close
 
51
----