зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304414 - New console frontend: remove outline flicker on #output-container; r=linclark
MozReview-Commit-ID: 2aPq3JBtbwW
This commit is contained in:
Родитель
89b04f6278
Коммит
e164a44f6a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче