Problem with setUsingNativeTitleBar()

I’ve got a non-resizable window that uses the native title bar on the mac. When I click on any component that presents a menu in that window, and then click on the title bar of the window, the window moves, but the menu stays put.

I can duplicate this behavior in the jucedemo project by commenting out the line “set Resizable(true, false);” in the constructor of MainDemoWindow, thus making the demo window non-resizable.

I don’t know if this is an issue on windows, I haven’t tested there yet. I’m using juce 1.45.

Is this a known problem? Is there a workaround?

I thought I found a workaround for that a while ago… Ok, I’ll take a look next time I’m working on the mac.

I just checked the same project on Windows, and it’s fine. The non-attached menu components are a mac-specific problem