Bug 885294 - Immediate script selection from debugger search box is really janky and loses selection if you don't find anything, r=past

This commit is contained in:
Victor Porof
2014-01-08 10:48:32 +02:00
parent f862b81522
commit b1071ddd25
5 changed files with 142 additions and 8 deletions

View File

@@ -690,6 +690,8 @@ ResultsPanelContainer.prototype = Heritage.extend(WidgetMethods, {
}
if (!this.widget) {
this.widget = new SimpleListWidget(this._panel);
this.autoFocusOnFirstItem = false;
this.autoFocusOnSelection = false;
this.maintainSelectionVisible = false;
}
}