Bug 786619 - Infobar reappears on some conditions even in 3D mode. r=msucan

This commit is contained in:
Paul Rouget 2012-09-04 16:59:15 +02:00
parent 6d7bdbefe3
commit 708200bb6f

View File

@ -148,7 +148,8 @@ Highlighter.prototype = {
this.highlighterContainer.appendChild(outlineContainer);
this.highlighterContainer.appendChild(controlsBox);
stack.appendChild(this.highlighterContainer);
// Insert the highlighter right after the browser
stack.insertBefore(this.highlighterContainer, stack.childNodes[1]);
this.buildInfobar(controlsBox);