From 1352661b1ddffd3e8749c8a69b8f336c9fc1fb07 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Thu, 10 Oct 2013 08:17:25 +0100 Subject: [PATCH] Bug 922225 - Set .visibility to visible explicitly to show plugin after resizing. r+a=Standard8 --- mail/base/content/plugins.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/base/content/plugins.js b/mail/base/content/plugins.js index 6278ddaf78..fbe147a72a 100644 --- a/mail/base/content/plugins.js +++ b/mail/base/content/plugins.js @@ -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.