> > Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be > vertically maximized. The toolbar changing place is probably affecting the > window placement. >
now *THAT* is an important piece of the pie. When you have a window open in maximized state (vertical, horizontal or both) and you move the toolbar or the slit the strut is recomputed and all maximized windows are shifted to fit into the new strut. The maximize code in blackbox makes a call to raiseWindow() because it does not good if you click the maximize button and the window stays below anything else on screen. I can probably modify this to only raise the window if the window has focus which will alleviate the problem.
