Skip to content

rustdoc: dynamic crates listing does not go into mobile sidebar #46687

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

Closed
QuietMisdreavus opened this issue Dec 12, 2017 · 0 comments
Closed
Assignees
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@QuietMisdreavus
Copy link
Member

Take a look at the pull-out sidebar on a narrow view, and you only see the "static" sidebar - the "sibling" items put there by the sidebar javascript are missing!

image

But look more closely, and they're actually in the header:

image

But something really weird, is that it only seems to happen on the crate root. Here's a sample on std::vec::Vec, showing the module siblings just fine:

image

@GuillaumeGomez GuillaumeGomez self-assigned this Dec 18, 2017
@GuillaumeGomez GuillaumeGomez added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Dec 18, 2017
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Dec 18, 2017
…Misdreavus

Fix dynamic crates listing in doc sidebar

Fixes rust-lang#46687.

r? @QuietMisdreavus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants