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

Frontend bug when opening display settings on crate page #2114

Closed
feldroop opened this issue Apr 17, 2023 · 6 comments
Closed

Frontend bug when opening display settings on crate page #2114

feldroop opened this issue Apr 17, 2023 · 6 comments

Comments

@feldroop
Copy link

When clicking on the settings icon next to the search bar, a settings menu opens. This menu does not seem quite right to me.
The first checkbox ("Use system theme") works, all other settings don't. Instead, the broken settings window just closes.

I tried this on Google Chrome version 112.0.5615.121 (Official Build) (64-Bit) and Firefox version 111.0.1 (64-Bit). Both should be auto-updated, most recent versions. The problem looked equivalent on both of these browsers.

DocsRsBug

@feldroop
Copy link
Author

I did some more exploration and found out that this menu window looks very different for different crates. I found at least 4 different versions. One very nice one, two working but not as nice ones, and this broken one.

@syphar
Copy link
Member

syphar commented Apr 20, 2023

hi,
thank you for reporting this!

The difference in menus is coming from the fact that docs.rs will build each release with the current nightly version, and not rebuild any old release.

Checking some of them, other releases built with the same nightly (2022-05-29) are broken too.

I queued rebuilds for the affected releases when they are still the latest version (parking_lot among them), see https://docs.rs/releases/queue

@syphar
Copy link
Member

syphar commented Apr 20, 2023

rebuilding old crates is tracked in #464 , and currently blocked on build capacity and more caching

@syphar syphar closed this as completed Apr 20, 2023
@feldroop
Copy link
Author

Hey, the rebuild seems to be done, but the bug is still there.

@syphar
Copy link
Member

syphar commented Apr 26, 2023

this is odd, checking

@syphar syphar reopened this Apr 26, 2023
@syphar
Copy link
Member

syphar commented Apr 26, 2023

strange, it seems like the rebuild for this specific crate wasn't queued, will dig deeper, but this issue here is solved now.

https://docs.rs/parking_lot/latest/parking_lot/

@syphar syphar closed this as completed Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants