Incohérence sur la vue des balises

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 « J'aime »

Oui, ce n’est pas intentionnel, je le reclasifie sous Contribute > UX

Il s’agit d’un petit bug que nous souhaitons corriger.

@nbianca, pourrais-tu jeter un œil rapidement et solliciter @eviltrout pour des conseils ici ? C’est lui qui a implémenté la fonctionnalité de « mémorisation » initiale pour /latest, etc.

8 « J'aime »

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.

https://github.com/discourse/discourse/pull/7511

9 « J'aime »