Broken pagination behaviour for Reactions received

Kirby

Well-known member
Affected version
2.3.6
Steps to reproduce
  1. Make sure you have more than 20 reactions for accessible content
  2. Go to https://xenforo.com/community/account/reactions
  3. Click button More ...
Expected result
New content is loaded and the first new entry is shown on top of the screen

Actual result
New content is loaded but scrolled to somewhere undefined

Findings
data-target in account_reactions seems wrong (doesn't exist).
 
Last edited:
? The name is fine, the scrolling isn't
it seems to be functioning as a next button ? (by accident, you are correct). A next button without a back button.

Here is the link code.
Code:
https://xenforo.com/community/account/reactions?reaction_id=0&page=2
 
Back
Top Bottom