-
Notifications
You must be signed in to change notification settings - Fork 198
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
Comments
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. |
hi, 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 ( I queued rebuilds for the affected releases when they are still the latest version ( |
rebuilding old crates is tracked in #464 , and currently blocked on build capacity and more caching |
Hey, the rebuild seems to be done, but the bug is still there. |
this is odd, checking |
strange, it seems like the rebuild for this specific crate wasn't queued, will dig deeper, but this issue here is solved now. |
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.
The text was updated successfully, but these errors were encountered: