You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open and closed issues that are similar to the bug report I want to file, without success.
I have searched the documentation for information that matches the description of the bug I want to file, without success.
This issue contains only one bug.
Describe the bug
Navigate to a live video with live comments
Scroll up by some amount
Scroll down back to the bottom in a moderately fast motion. Encounter bug (the arrow doesn't disappear unless you try to scroll down again in a separate motion)
Expected Behavior
Navigate to a live video with live comments
Scroll up by some amount
Scroll down back to the bottom in a moderately fast motion. The "scroll to bottom" arrow is no longer present
Issue Labels
visual bug
FreeTube Version
v0.21.0
Operating System Version
OpenSUSE TW
Installation Method
.rpm
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
none
Additional Information
This does not occur with slow scrolling down. It might have something to do with "momentum" of a faster scroll propelling it to the bottom that's not getting caught by the onscroll event handler (onScroll in watch-video-live-chat.js). I can tell that this is the likely issue because it's not happening when I put that handler logic in a setTimeout with a 100ms delay. That would technically work, but I would like to see if there's a less hacky fix.
Nightly Build
I have encountered this bug in the latest nightly build.
The text was updated successfully, but these errors were encountered:
Guidelines
Describe the bug
Expected Behavior
Issue Labels
visual bug
FreeTube Version
v0.21.0
Operating System Version
OpenSUSE TW
Installation Method
.rpm
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
none
Additional Information
This does not occur with slow scrolling down. It might have something to do with "momentum" of a faster scroll propelling it to the bottom that's not getting caught by the
onscroll
event handler (onScroll
inwatch-video-live-chat.js
). I can tell that this is the likely issue because it's not happening when I put that handler logic in asetTimeout
with a 100ms delay. That would technically work, but I would like to see if there's a less hacky fix.Nightly Build
The text was updated successfully, but these errors were encountered: