Bug 910305 - Detached chat windows are always above other browser windows, r=mixedpuppy.

This commit is contained in:
Florian Quèze 2013-09-20 20:24:41 +02:00
parent 751a9d7924
commit 05286cdc13

View File

@ -643,7 +643,7 @@
for (let name in aOptions)
options += "," + name + "=" + aOptions[name];
let otherWin = window.openDialog("chrome://browser/content/chatWindow.xul", null, "chrome,all" + options);
let otherWin = window.openDialog("chrome://browser/content/chatWindow.xul", null, "chrome,all,dialog=no" + options);
otherWin.addEventListener("load", function _chatLoad(event) {
if (event.target != otherWin.document)