mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 920984 - In the inspector, when a node is highlighted, we should scroll to show the node. r=mratcliffe
This commit is contained in:
parent
c70799ebf9
commit
ae4d18c0cc
@ -934,7 +934,6 @@ var WalkerActor = protocol.ActorClass({
|
||||
}
|
||||
|
||||
this._installHelperSheet(node);
|
||||
this.layoutHelpers.scrollIntoViewIfNeeded(node.rawNode);
|
||||
DOMUtils.addPseudoClassLock(node.rawNode, HIGHLIGHTED_PSEUDO_CLASS);
|
||||
this._highlightTimeout = setTimeout(this._unhighlight.bind(this), HIGHLIGHTED_TIMEOUT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user