Bug 922225 - Set .visibility to visible explicitly to show plugin after resizing. r+a=Standard8
This commit is contained in:
Родитель
91bf2f14f6
Коммит
1352661b1d
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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче