зеркало из https://github.com/mozilla/pjs.git
restore removal of blur suppression from rev 1.39 accidentally deleted in rev 1.40. r=bryner
This commit is contained in:
Родитель
ea3cd64c21
Коммит
53a844ebdc
|
@ -215,6 +215,8 @@ nsFilePicker.prototype = {
|
|||
"",
|
||||
"chrome,modal,titlebar,resizable=yes,dependent=yes",
|
||||
o);
|
||||
if (parentWin)
|
||||
parentWin.blurSuppression = false;
|
||||
|
||||
this.mFilterIndex = o.retvals.filterIndex;
|
||||
this.mFilesEnumerator = o.retvals.files;
|
||||
|
|
|
@ -215,6 +215,8 @@ nsFilePicker.prototype = {
|
|||
"",
|
||||
"chrome,modal,titlebar,resizable=yes,dependent=yes",
|
||||
o);
|
||||
if (parentWin)
|
||||
parentWin.blurSuppression = false;
|
||||
|
||||
this.mFilterIndex = o.retvals.filterIndex;
|
||||
this.mFilesEnumerator = o.retvals.files;
|
||||
|
|
Загрузка…
Ссылка в новой задаче