When browsing a tag view and you visit a topic, then go back to the tag, the position is not remembered, it jumps back to the top of the tag list. This happens on meta too, for example go here, scroll down, visit a topic, then go back, it pops to the top of the list. Is this intended behavior?
7 个赞
是的,这不是故意的,将其重新归类为 Contribute > UX
这是一个我们想要修复的小故障。
@nbianca 你能快速看一下吗?在这里 @eviltrout 可以提供一些建议,他最初实现了 /latest 等的“记住”功能。
8 个赞
Short explanation of what was happening: Scroll position is stored by discovery-topics-list in session under topicListScrollPosition. findTopicList was instructed to clear the cache for tag pages, which also clears the scroll position.
9 个赞