-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Steps to reproduce:
- Visit https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2453
- In the sidebar, hover mouse over "alloc". Note that mouse indicates a clickable item.
- Slowly move the mouse leftwards towards the disclosure element (▶).
- Note that at some point, the mouse hits a dead zone where it is no longer over a clickable item. When this happens, clicking does nothing.
- If you continue moving the mouse leftwards, onto the disclosure element, it will indicate a clickable item again, and clicking it will open/close the folder.
Expected results:
The whole line, including the disclosure element and the folder name, should be clickable.
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.