clientside / amplesdk

Ample SDK - JavaScript UI Framework
Other
170 stars 29 forks source link

XUL: New windows show up behind existing windows. #168

Open h6w opened 11 years ago

h6w commented 11 years ago

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.