amplesdk
amplesdk copied to clipboard
XUL: New windows show up behind existing windows.
If you construct a window and show it, then construct another hidden window and call show() on it, then the second window does not appear in front of the first.
I've tried calling focus() on the window afterwards, but that doesn't work either.