From: Andrew Dolgov Date: Tue, 9 Jul 2013 08:34:57 +0000 (+0400) Subject: if multiple articles are selected, do not reset active article / selection on scroll... X-Git-Tag: 1.9~68 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03304fda542518936f1056700cdf4f23d1953ddb;p=tt-rss.git if multiple articles are selected, do not reset active article / selection on scroll if auto catchup is enabled --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 5875a9e4..0cdb0942 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -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]");