]> git.wh0rd.org - tt-rss.git/commitdiff
if multiple articles are selected, do not reset active article / selection on scroll...
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 9 Jul 2013 08:34:57 +0000 (12:34 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 9 Jul 2013 08:34:57 +0000 (12:34 +0400)
js/viewfeed.js

index 5875a9e48cea6c8b5155f7d704e6564b08cf37a4..0cdb094252b6bd62cf20055fdf9e1b47d8f56e67 100644 (file)
@@ -1274,6 +1274,7 @@ function headlines_scroll_handler(e) {
 
                // set topmost child in the buffer as active
                if (getInitParam("cdm_auto_catchup") == 1 &&
+                               getSelectedArticleIds2().length <= 1 &&
                                (!isCdmMode() || getInitParam("cdm_expanded"))) {
                        var rows = $$("#headlines-frame > div[id*=RROW]");