Set zoom=1 on the dialog element, in order to trigger hasLayout for older IEs and show the element.
This commit is contained in:
Родитель
b6456d6930
Коммит
01be272ba2
|
@ -120,6 +120,7 @@ var dialogPolyfill = (function() {
|
|||
this.dialogPolyfillInfo.modal = true;
|
||||
dialogPolyfill.dm.pushDialog(this);
|
||||
}
|
||||
this.style.zoom = 1;
|
||||
};
|
||||
|
||||
dialogPolyfill.close = function(retval) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче