Alexandre Julliard julliard@winehq.org writes:
What you should do is either figure out if there's a way to make that window behave properly while still keeping it managed, or if not, whether there's a way to identify that kind of windows to prevent them from getting managed at all.
In this case it turned out to be easy, the window is WS_CHILD and so is not supposed to be activated, all we have to do is skip the activation check in that case. I'll put in a fix.