https://bugzilla.wikimedia.org/show_bug.cgi?id=68932
--- Comment #6 from [email protected] --- To save endless scrolling this URL starts "further down" on the Flow board. https://en.wikipedia.org/wiki/Wikipedia_talk:Flow/Developer_test_page?topiclist_offset-dir=fwd&topiclist_limit=10&topiclist_offset-id=rq0wujqfuhwmya82 You can see in the batch of topics that endlessly loads that the textarea is pre-expanded because the JavaScript that collapses it doesn't run due to the JS error in a post. As a result the JavaScript that updates the [Load More] button's link to to paginate starting at a new offset doesn't run. But the JavaScript implementing infinite scroll continues to read the [Load More] href and turns it into an API request starting at the same offset. To guard against this, maybe the enhancement JS should remember the previous [Load More] URL and if it's unchanged display a warningbox before the new block of topics "This Flow board appears to be requesting the same set of topics again". And I've reopened bug 61097. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
