зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1043346 - In-content prefs - Reset width and height of sub-dialogs when closing. r=jaws
This commit is contained in:
Родитель
7af10ca767
Коммит
a2beac2d09
|
@ -89,6 +89,9 @@ let gSubDialog = {
|
|||
this._overlay.style.visibility = "";
|
||||
// Clear the sizing inline styles.
|
||||
this._frame.removeAttribute("style");
|
||||
// Clear the sizing attributes
|
||||
this._box.removeAttribute("width");
|
||||
this._box.removeAttribute("height");
|
||||
|
||||
setTimeout(() => {
|
||||
// Unload the dialog after the event listeners run so that the load of about:blank isn't
|
||||
|
|
Загрузка…
Ссылка в новой задаче