~3v1n0/unity/missing-launcher-icon-fix-5.0

« back to all changes in this revision

Viewing changes to manual-tests/Launcher.txt

BamfLauncherIcon: Focus an application if no child window is actually on top of the stack. Raises all urgent windows.

This fixes bug #802816 that happens when an application raises a window on the top of the stack but the focus doesn't change.

Plus, don't perform unneeded checks when focusing non-active applications.. Fixes: https://bugs.launchpad.net/bugs/802816, https://bugs.launchpad.net/bugs/986443. Approved by Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
The Firefox icon should *not* be highlighted during the drag&drop.
490
490
Firefox should open the folder in a new Firefox window.
491
491
 
 
492
 
492
493
Test Launcher with Chromium Web apps
493
494
------------------------------------
494
495
This tests shows the integration of unity with the Chromium Web Apps
517
518
   application icon.
518
519
 * Clicking the "Home | Ubuntu" will activate its window, while clicking
519
520
   in the chromium icon will activate a chromium window.
 
521
 
 
522
 
 
523
Test Launcher raises focused non-top windows
 
524
--------------------------------------------
 
525
This tests shows how the focused windows should be raised to the top of the
 
526
stack, when another non-active window is over them.
 
527
 
 
528
Actions:
 
529
 * Open a terminal Window
 
530
 * Open The GIMP
 
531
 * In GIMP load an image, say /usr/share/backgrounds/warty-final-ubuntu.png
 
532
 * From the terminal window run the command "gimp foo-image.png"
 
533
 
 
534
Expected Results:
 
535
 * A gimp dialog will be raised (so the terminal window is below it), but not focused
 
536
 * Terminal launcher icon must have a filled-in arrow on the right of the icon
 
537
 
 
538
Actions:
 
539
 * Click on the launcher terminal icon
 
540
 
 
541
Expected Results:
 
542
 * Terminal window will be raised to the top of the stack (over the GIMP window)