-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Videos filtered by groups on feed page don't load #2924
Comments
I'm having the same problem, though very few times loading does work in the channels group if one wait a little, but mostly it doesn't. |
It works fine for me in Firefox 121, (Arch linux). |
I can confirm that it is currently working properly with Firefox 119. I'm not sure at what point the problem went away, whether it's related to Firefox updates or anything else. |
...aaaaaand problem is back. However, this is currently occurring less frequently, with videos loading correctly in most cases. |
The problem is still there on the main instance. When you first load the feed page, a certain amount of videos are loaded from the "all" group, and the only way to fetch more is by scrolling. If you immediately switch to a group that only has a few videos that were fetched by this initial load, you will not be able to fetch more videos from this group because you cannot scroll down. If there aren't enough videos loaded in a group for you to be able to scroll down, it will not fetch more even if you try to scroll down. Example of a group that would exhibit this bugHowever, if you switch to the "all" group and scroll down until there are enough videos fetched of the other group for the scrollbar to appear when you switch to it, it will now fetch new videos from that group when you scroll down. Example of that same group after doing the step above (note the scrollbar now appears on the right)(since fetching new videos is triggered by any scrolling, you can "bypass" this bug by zooming in your browser until you cant fit all the videos on the screen, in which case the scrollbar will show up, and scrolling will fetch new videos) |
for the above scenario what we need to do? can we show the load more button to load vides in this case |
that would work perfectly |
Official Instance
Describe the bug
When you select a specific group of channels on the feed page, the videos are not loaded when you scroll down the screen.
To Reproduce
Expected behavior
Selecting a channel group loads all videos from the last month assigned to that group.
Logs/Errors
No response
Browser, and OS with Version.
Firefox 117.0 on Win10
Additional context
No response
The text was updated successfully, but these errors were encountered: