Bug 922225 - Set .visibility to visible explicitly to show plugin after resizing. r+a=Standard8

This commit is contained in:
Hiroyuki Ikezoe 2013-10-10 08:17:25 +01:00
Родитель 91bf2f14f6
Коммит 1352661b1d
1 изменённых файлов: 1 добавлений и 0 удалений
mail/base/content

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

@ -634,6 +634,7 @@ var gPluginHandler = {
}
if (isShowing) {
overlay.style.visibility = "visible";
// If a previous plugin on the page was too small and resulted in adding a
// notification bar, then remove it because this plugin instance is big
// enough to serve as in-content notification.