[Pkg-mozext-commits] [firebug] 19/56: Issue 7469: HTML structure collapses when it's changed
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 962c0f910134174fbdeaba9421abfac536ca44de
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date: Mon Oct 20 00:07:40 2014 +0200
Issue 7469: HTML structure collapses when it's changed
https://code.google.com/p/fbug/issues/detail?id=7469
---
extension/content/firebug/html/htmlPanel.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extension/content/firebug/html/htmlPanel.js b/extension/content/firebug/html/htmlPanel.js
index 2c48daa..e66076f 100644
--- a/extension/content/firebug/html/htmlPanel.js
+++ b/extension/content/firebug/html/htmlPanel.js
@@ -2073,6 +2073,8 @@ function getNodeBoxTag(nodeBox)
var nodeBoxType = m[1];
if (nodeBoxType == "container")
return HTMLReps.Element.tag;
+ else if (nodeBoxType == "html")
+ return HTMLReps.HTMLHtmlElement.tag;
else if (nodeBoxType == "text")
return HTMLReps.TextElement.tag;
else if (nodeBoxType == "empty")
--
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