Skip to content
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

[Bug]: Finicky "Live" comment arrow scrolling #5301

Closed
6 tasks done
kommunarr opened this issue Jun 21, 2024 · 3 comments
Closed
6 tasks done

[Bug]: Finicky "Live" comment arrow scrolling #5301

kommunarr opened this issue Jun 21, 2024 · 3 comments
Labels
B: visual bug Something isn't working U: duplicate This issue or pull request already exists

Comments

@kommunarr
Copy link
Collaborator

kommunarr commented Jun 21, 2024

Guidelines

  • I have encountered this bug in the latest release of FreeTube.
  • I have encountered this bug in the official downloads of FreeTube.
  • 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

  1. Navigate to a live video with live comments
  2. Scroll up by some amount
  3. 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

  1. Navigate to a live video with live comments
  2. Scroll up by some amount
  3. 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

@kommunarr kommunarr added the bug Something isn't working label Jun 21, 2024
@efb4f5ff-1298-471a-8973-3d47447115dc

DUPLICATEEE

@efb4f5ff-1298-471a-8973-3d47447115dc

You even commented on it xD

see #3158

@kommunarr
Copy link
Collaborator Author

My bad lol! I searched for "live arrow" and thought, well, certainly that should be enough to find any instances if there were any

@kommunarr kommunarr closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
@kommunarr kommunarr added the U: duplicate This issue or pull request already exists label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B: visual bug Something isn't working U: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants