*lightWeight" problem on Leopard

Hi

I’m developing a project in JOGL. Everything worked well so far, but since I upgraded my macbook to Leopard, the JMenuItem pop under the JOGL canvas. I do have the following line preventing that behaviour to happen on linux and windows (and osx 10.4 if i remember well)
JPopupMenu.setDefaultLightWeightPopupEnabled(false);

is this a known bug ?

Sounds like a bug in Leopard. Do you have a small test case which shows the problem?

You should probably report this issue on the Mac Java mailing list, but if you can post a test case here I can help you get a bug report filed.

ok, i found the problem
i have a call to
UIManager.setLookAndFeel(“javax.swing.plaf.metal.MetalLookAndFeel”);
and i guess this call must be messing around with the LightWeightPopup (but somehow only on Leopard)