[Pkg-mozext-commits] [firebug] 16/24: Workaround for issue 5905: inspector blinks

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.4
in repository firebug.

commit 2a43fe6c883ed249f1ceae9552d6d7ad0f123ed1
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Mon Oct 8 15:37:33 2012 +0200

    Workaround for issue 5905: inspector blinks
    
    http://code.google.com/p/fbug/issues/detail?id=5905
---
 extension/content/firebug/css/stylePanel.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extension/content/firebug/css/stylePanel.js b/extension/content/firebug/css/stylePanel.js
index 1177f65..d24348d 100644
--- a/extension/content/firebug/css/stylePanel.js
+++ b/extension/content/firebug/css/stylePanel.js
@@ -874,6 +874,9 @@ function getFontPropValueParts(element, value, propName)
     clonedElement.removeAttribute("name");
     clonedElement.removeAttribute("id");
 
+    // Workaround for issue 5905
+    clonedElement.style.position = "absolute";
+
     clonedElement.textContent = element.textContent;
     Firebug.setIgnored(clonedElement);
     element.parentNode.appendChild(clonedElement);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list