Xceptance / posters-demo-store

A simple e-commerce application for demoing load testing, test automation, and functional testing.
Apache License 2.0
4 stars 4 forks source link

PLP: scroll back to top when using pagination #164

Open KFie opened 1 year ago

KFie commented 1 year ago

Reproduce:

  1. Open random PLP such as https://34.70.184.112:8443/posters/topCategory/World%20of%20Nature?categoryId=1
  2. Scroll down and use pagination to arrive on different page

Issue: The user needs to manually scroll up to see the products. To facilitate usability, especially on mobile devices, I recommend to have the page automatically scroll back to the top when using any of the pagination links.

https://github.com/Xceptance/posters-demo-store/assets/141221329/4cb01b98-d657-4883-b02d-134a4e2af754

freddyka commented 10 months ago

Scroll to top works in poster version 2.1.

Note: doesn't work if u do as following

  1. scroll to the bottom of the page
  2. when arrived at the bottom, scroll down multiple times
  3. then try to go to a different page with the arrow buttons

https://github.com/Xceptance/posters-demo-store/assets/149577992/7fe80908-6d6f-441b-b1f2-2539ae108e12

-->issue should still remain this way

@rschwietzke should I still close this issue