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

Jittery list rendering when moving mouse up and down recent releases #2055

Open
matthagan15 opened this issue Feb 23, 2023 · 3 comments
Open
Labels
A-frontend Area: Web frontend C-bug Category: This is a bug

Comments

@matthagan15
Copy link

I've noticed some pretty bad jitter when simply scrolling through recent releases, it appears as if the list items below the currently hovered item are resized and when moving mouse up and down somewhat fast (normal usage) it causes a jitter. Not sure how to include videos on github issues but I could include one if someone tells me the proper way.

@syphar
Copy link
Member

syphar commented Feb 26, 2023

I video would be really helpful, purely from the description I can't reproduce the issue.

@jsha
Copy link
Contributor

jsha commented Mar 7, 2023

I can reproduce reliably. Steps to reproduce:

  1. Visit https://docs.rs/releases/search?query=tea-wasm (as an example of a results page where crate names are truncated)
  2. Hover over the crate name for the first result.

Expected result:

Results do not move around.

Actual result: full crate name is shown, and wraps within its cell. This causes the first result to get taller, pushing down the result below.

The problem gets worse when looking at results pages for which many of the crate names are truncated.

@Nemo157
Copy link
Member

Nemo157 commented Mar 13, 2023

Also occurs on long descriptions, which can sometimes be very long. A medium long example is https://docs.rs/releases/search?query=fst-bin.

@syphar syphar added C-bug Category: This is a bug A-frontend Area: Web frontend labels Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Web frontend C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

4 participants