



I have a xul window open with window.openDialog(...), when I click on main editor window it correctly loses focus but remains on foreground making usability very low.
I noticed find and find in files standard dialogs don't suffer from this side effect, many other komodo non-modal dialog has my same behavior, but I'm unable to understand where komodo find dialog differs from others.
May you help me?
thanks,
davide
Which OS are you running into this problem upon?
You might want to try using the following call instead:
ko.windowManager.openDialog()
Komodo uses this in some places (such as the find dialog) to try and make the dialog behave like a regular window instead.
On Linux I get the same behaviour in Firefox for the "About" dialog.
Cheers,
Todd