Bug 204671 progress dialog on download is always on top
r=bzbarsky sr=jag Fix this by explicitly setting dialog=no in the features argument of windowwatcher::OpenWindow. git-svn-id: svn://10.0.0.236/trunk@147252 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -84,7 +84,7 @@ nsProgressDialog.prototype = {
|
||||
|
||||
// Chrome-related constants.
|
||||
dialogChrome: "chrome://global/content/nsProgressDialog.xul",
|
||||
dialogFeatures: "chrome,titlebar,minimizable=yes",
|
||||
dialogFeatures: "chrome,titlebar,minimizable=yes,dialog=no",
|
||||
|
||||
// getters/setters
|
||||
get saving() { return this.MIMEInfo == null ||
|
||||
|
||||
Reference in New Issue
Block a user