From d9372f72e080857d52ef7e60b99d95b3b3cb6ad3 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 01 Oct 2006 20:31:31 +0000 Subject: scroll newly obtained search results to the top git-svn-id: http://svn.klever.net/kin/fireflix/trunk@174 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/content/fireflix.js b/content/fireflix.js index 6681303..0f01d26 100644 --- a/content/fireflix.js +++ b/content/fireflix.js @@ -748,6 +748,7 @@ var fireflix = { '/rsp/photos/photo', x, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null ); _this.importXPR(xp); + _this.tree.ensureRowIsVisible(0); _this.on_select(); }, function(x,s,c,m) { _this.fireflix.flickr_failure(x,s,c,m); -- cgit v0.9.0.2