Bug 1304414 - New console frontend: remove outline flicker on #output-container; r=linclark

MozReview-Commit-ID: 2aPq3JBtbwW
This commit is contained in:
Brian Grinstead 2016-09-21 16:07:04 -07:00
Родитель 89b04f6278
Коммит e164a44f6a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -582,6 +582,7 @@ WebConsoleFrame.prototype = {
// XXX: We should actually stop output from happening on old output
// panel, but for now let's just hide it.
this.experimentalOutputNode = this.outputNode.cloneNode();
this.experimentalOutputNode.removeAttribute("tabindex");
this.outputNode.hidden = true;
this.outputNode.parentNode.appendChild(this.experimentalOutputNode);
// @TODO Once the toolbox has been converted to React, see if passing