Set zoom=1 on the dialog element, in order to trigger hasLayout for older IEs and show the element.

This commit is contained in:
Austin Matzko 2014-01-02 12:55:54 -05:00
Родитель b6456d6930
Коммит 01be272ba2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -120,6 +120,7 @@ var dialogPolyfill = (function() {
this.dialogPolyfillInfo.modal = true;
dialogPolyfill.dm.pushDialog(this);
}
this.style.zoom = 1;
};
dialogPolyfill.close = function(retval) {