Do

Comment 9 for bug 326661

Revision history for this message
Jason Smith (jassmith) wrote : Re: [Bug 326661] Re: Docky does not preserve window stack (z?) order when switching apps by clicking on app icon

the reason that .Reverse () is there is that windows are always handed
off in a stacked order. That is the top most window is at the 0th
element of the array. We reverse it to raise/lower them in the same
order, back to front instead of front to back.

Try increasing the sleep time to 50ms just for kicks (it will make
things a bit slow).