Comment 8 for bug 1131385

Revision history for this message
Taihsiang Ho (tai271828) wrote :

gdb shows the if statement in launcher/ApplicationLauncherIcon.cpp goes to

398 Focus(arg);

instead of

404 Spread(true, 0, false);

the Spread method in line 404 is
what we expect to issue when clicking the launcher icon.
When we set one of the window as "Always on Top",
the statement goes go the Focus method in line 398.

testing on 13.10 with
unity 7.1.2
7.1.2+13.10.20131014.1-0ubuntu1

NEXT: why it goes to Focus instead of Spread method