Overscan
Active member
- Affected version
- 2.1
A few of my users have noted an issue with the "go to unread messages" function. Specifically, the button takes you to the correct message momentarily, then the page scrolls (up or down) and you are no longer at the first unread message.
I've figured out this is caused by enabling URL unfurling. Specifically, you jump to what is the correct page position on the page initially, but when URLs are unfurled above or below the current post, the page size increases, which means your page position is no longer at the correct point of the first unread message.
I can't see a fix for this except
1) DIsable unfurling
2) Recode XenForo to wait on going to the first unread message until the page is entirely rendered, including unfurling, so its size won't change.
However, you guys are smarter than me, so maybe you can see a fix for this. I know that Google is starting to penalize sites which resizes pages after load ("Cumulative Layout Shift") so if might be worth addressing?
I've figured out this is caused by enabling URL unfurling. Specifically, you jump to what is the correct page position on the page initially, but when URLs are unfurled above or below the current post, the page size increases, which means your page position is no longer at the correct point of the first unread message.
I can't see a fix for this except
1) DIsable unfurling
2) Recode XenForo to wait on going to the first unread message until the page is entirely rendered, including unfurling, so its size won't change.
However, you guys are smarter than me, so maybe you can see a fix for this. I know that Google is starting to penalize sites which resizes pages after load ("Cumulative Layout Shift") so if might be worth addressing?
Last edited: