rustdoc source view: hover gap in file picker · Issue #100421 · rust-lang/rust (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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.