From 5a422a681d8a0b4d868c823ccb7d8922218ee7eb Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 13 Jan 2015 17:20:16 +0100 Subject: [PATCH] Fix popup tooltips and sizing for Firefox --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index d64c3fd..4d45bad 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1224,7 +1224,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) { return; } - new win.MutationObserver(delayedResize).observe(win.body, { + new win.MutationObserver(delayedResize).observe(win.document.body, { attributes: true, characterData: true, subtree: true