Bug 988102 - Opening inspector scrolls the content page all the way to the top;r=bgrins

This commit is contained in:
Michael Ratcliffe
2014-04-14 15:33:06 +01:00
parent 82ab11a7fe
commit c40013a7b0
2 changed files with 1 additions and 8 deletions

View File

@@ -289,9 +289,7 @@ MarkupView.prototype = {
let done = this._inspector.updating("markup-view");
if (selection.isNode()) {
if (this._shouldNewSelectionBeHighlighted()) {
this._brieflyShowBoxModel(selection.nodeFront, {
scrollIntoView: true
});
this._brieflyShowBoxModel(selection.nodeFront, {});
}
this.showNode(selection.nodeFront, true).then(() => {