# Быстрый скроллинг до низа длинной темы вызывает постоянные новые ответы: без остановки

**URL:** https://meta.discourse.org/t/scrolling-fast-and-hard-to-the-bottom-of-a-long-topic-makes-replies-keep-coming-without-stopping/312180
**Category:** Bug
**Tags:** pr-welcome
**Created:** [15.Июнь.2024 06:44:49 UTC](https://meta.discourse.org/t/scrolling-fast-and-hard-to-the-bottom-of-a-long-topic-makes-replies-keep-coming-without-stopping/312180 "2024-06-15T06:44:49Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [06.Январь.2025 10:12:31 UTC](https://meta.discourse.org/t/scrolling-fast-and-hard-to-the-bottom-of-a-long-topic-makes-replies-keep-coming-without-stopping/312180/8 "2025-01-06T10:12:31Z")

</div>

Эта проблема должна быть решена

> [@Hide Details going to end of hidden details automatically](https://meta.discourse.org/t/hide-details-going-to-end-of-hidden-details-automatically/344386/17?u=david):
>
> This happens because of [scroll anchoring](https://github.com/WICG/ScrollAnchoring/blob/master/explainer.md) in Chrome and Firefox (coming soon in Safari). This feature makes browsers ‘anchor’ themselves to a visible element, so that inserting content above the viewport doesn’t cause a shift in scroll position. Firefox has a debug mode for this feature, which can be enabled by visiting about:config and toggling layout.css.scroll-anchoring.highlight. So yeah we can see that normally it anchors against something in the post-stream: But if y…

До этого исправления при прокрутке вниз точкой привязки прокрутки часто выбиралась временная шкала. Таким образом, когда новые сообщения рендерились выше, браузер фиксировался на временной шкале вместо контента новых сообщений.

 ![SCR-20250106-jiri](https://global.discourse-cdn.com/meta/original/4X/e/6/3/e63d8de5ea0a0078249e53bcab7980526c06b7aa.png),

С этим исправлением браузер теперь привязывается к контенту потока сообщений:

 ![SCR-20250106-jjgs](https://global.discourse-cdn.com/meta/original/4X/4/f/3/4f38cadec90740a14dabfaa230dcdc2c86d2b833.png)

---

_[View the full topic](https://meta.discourse.org/t/scrolling-fast-and-hard-to-the-bottom-of-a-long-topic-makes-replies-keep-coming-without-stopping/312180)._
