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

List view disappears roughly 30-50% of the time when clicking after internal page changes #42

Open
joshuabowers2 opened this issue Oct 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@joshuabowers2
Copy link

Describe the bug
List view disappears when clicking on the different highlights trying to navigate the page.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Work as normal
  2. Navigate to different portions of the page that change the ending of URL. Highlights still appear correctly
  3. Click on a color in the list view to navigate to that section.
  4. List view disappears completely.

Expected behavior
Clicking on list view colors allows navigation to that section of the page.

Device info:
Windows 10 Enterprise
Chrome

Additional info
Add any other info about the problem here.

@joshuabowers2 joshuabowers2 added the bug Something isn't working label Oct 18, 2024
@Juraj-Masiar
Copy link
Member

Without a specific page where I could test this it's really hard to tell what's happening. Any chance you can reproduce it on a public page?

In any case, there is a good chance the page uses some kind of "infinite scroll" library, that renders only the "relevant part" of the page, and when you scroll down, the previous nodes are not there anymore.
These nested scroll containers often also messes up the "scroll position" of my list, so clicking an item doesn't scroll to as expected.

What I'm trying to say, is that even if I got an easy to reproduce example page, there is a good chance, I would be unable to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants