From 19dd2bedc515ad1a0a023edeadba3ba9e242ead3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 22 Jun 2015 18:17:37 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/experiments/browse-dialog.js | 5 +++++ 1 file changed, 5 insertions(+) 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(){