block automarking headlines on scroll in unexpanded cdm because it doesn't work so well

master
Andrew Dolgov 13 years ago
parent 0e70e4a42e
commit 19b906b94b

@ -1269,7 +1269,8 @@ function headlines_scroll_handler(e) {
unpackVisibleHeadlines();
// set topmost child in the buffer as active
if (getInitParam("cdm_auto_catchup") == 1) {
if (getInitParam("cdm_auto_catchup") == 1 &&
(!isCdmMode() || getInitParam("cdm_expanded"))) {
var rows = $$("#headlines-frame > div[id*=RROW]");
for (var i = 0; i < rows.length; i++) {

Loading…
Cancel
Save