Problem/Motivation
Problem with Olivero view pager on Firefox browser.
I created a Drupal view page with a full pager at the bottom of the view. Besides this view has enabled ajax functionality. This site uses a subtheme from Olivero Drupal core theme.
When I visit this page on a Firefox browser, and click on the next page, it does not go to the top of the view. Nevertheless, if I go to the previous page, it does.
As far as I could check, it does not happen on Chrome browser. It also does not happen when Ajax functionality is disabled.
Steps to reproduce
- Create a subtheme from Olivero Drupal core theme.
- Create a view (with ajax and pager enabled) with enough arguments to be able to have a pagination and a scroll. This view is using front theme, not admin theme.
- Visit the view on Firefox browser and scroll to the botom.
- Click on next page. Does it go to the top of the list? Or, is it showing the end of the list?
- Click on previous page. Does it go to the top of the list? Or, is it showing the end of the list?
There are 5 and step 6 which does not have a correct behaviour.