Bug 604885 commit backout merge. a=backout

This commit is contained in:
Chris Pearce 2010-12-21 07:45:28 +13:00
Родитель 205811b7f5 03ad919406
Коммит cf1bed4329
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -718,15 +718,13 @@
else
element.removeAttribute("immediate");
// We must force style resolution (by accessing element.clientTop)
// in order to ensure our size changes correctly when the status
// overlay hides and shows.
if (fadeIn) {
element.setAttribute("hidden", false);
element.clientTop;
// force style resolution, so that transition begins
// when we remove the attribute.
getComputedStyle(element, "").display;
element.removeAttribute("fadeout");
} else {
element.clientTop;
element.setAttribute("fadeout", true);
}
},