diff --git a/ui (gen4)/experiments/browse-dialog.js b/ui (gen4)/experiments/browse-dialog.js index 85152a71..c8bd800b 100755 --- a/ui (gen4)/experiments/browse-dialog.js +++ b/ui (gen4)/experiments/browse-dialog.js @@ -554,6 +554,11 @@ var BrowserPrototype = { this .focus() + // NOTE: we might select an item outside of the current visible + // area, thus re-selecting it after we remove the filter + // will place it correctly. + this.select(this.select('!')) + return this }, get filtering(){