mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 04:41:54 +00:00
Bug 910305 - Detached chat windows are always above other browser windows, r=mixedpuppy.
This commit is contained in:
parent
751a9d7924
commit
05286cdc13
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user