I'm using OpenOffice 3.2 and it insists on autoraising when it has
floating toolbars. I use sloppy focus. The easiest way to replicate this
is as follows:
create two new wordprocessor documents
put a table in document 1
tear off the table toolbar
Put the document 1 window underneath the document 2 window.
Now put the mouse over document 1 and it will pop up to the front.
I've searched the mailing lists and tried the following:
Style "*Office*" EWMHIgnoreStackingOrderHints, IgnoreRestack,
DontRaiseTransient, DontLowerTransient
Style "VCLSalFrame" EWMHIgnoreStackingOrderHints, IgnoreRestack,
DontRaiseTransient, DontLowerTransient
FvwmIdentify gives the resource name as VCLSalFrame. Unfortunately, none
of those options work.
Does anyone know how I can prevent it from raising itself?
-Ed