Clicking on "Show More" button in News Overlay will show the same posts.
See original GitHub issuePreviously we were relying on Cursor
included in the GetNewsRequest
’s response. However now it’s (returned cursor) null, which is causing such behavior.
Not sure whether it is web-side issue or not, leaving here for now.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
The Read More button does not show the full blog post
When I click on any blog link or click on the “Read More” button, it does not show the full blog post, it...
Read more >How to make Load More button not show if less than 8 posts
I have a landing blog page with load more function. I set up 12 posts to show on load, the problem is that...
Read more >Infinite Scrolling, Pagination Or “Load More” Buttons? ...
What is the best UX pattern to display products on an e-commerce website: pagination, a “Load more” button or infinite scrolling?
Read more >News & Interests feed in taskbar broken
Hi,Yesterday I updated to the latest version of Windows and got this new news feed on my taskbar ... -Expand it and click...
Read more >Content Jumping (and How To Avoid It)
Few things are as annoying on the web as having the page layout unexpectedly change or shift while you're trying to view or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Tracking remaining issue at https://github.com/ppy/osu-web/issues/7571.
I see, that does sound like an API issue / incomplete then, should report at their end for the fact that
cursor
is not behaving properly and showing further posts, doesn’t sound related to the client other than it not handling nullcursor
s properly, which is to be fixed in #12727.