-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Closed
Copy link
Labels
area:languages/markdownMarkdown markup supportMarkdown markup supportarea:navigationFeedback for workspace navigation, breadcrumbs, definitions, files, panels, etcFeedback for workspace navigation, breadcrumbs, definitions, files, panels, etcfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P3Papercuts, minor issues with a clear workaround, cosmetic bugsPapercuts, minor issues with a clear workaround, cosmetic bugsstate:claimed by communitysomeone from the community has a PR in progresssomeone from the community has a PR in progressstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Description
Reproduction steps
- Start Zed
- Open any Markdown file (I chose this repository's
README.md) - Move cursor 2 lines below any heading
- Notice how the sticky scroll breadcrumb does not display the heading anymore
Current vs. Expected behavior
Current behavior
It works on the exact heading line or always the empty line below.
But not anymore on any other lines down. Here I am on line 3 and the heading disappears from the sticky_scroll area, apparently:
Expected behavior
When under a Markdown heading, it should always show the closest top heading in the sticky_scroll area.
Not having it, makes it easy to lose track under which heading one is without invoking outline::Toggle.
Zed version and system specs
Zed: v0.217.3+stable.105.80433cb239e868271457ac376673a5f75bc4adb1 (Zed)
OS: macOS 15.6.1
Memory: 16 GiB
Architecture: aarch64
Attach Zed log file
No response
Relevant Zed settings
settings.json
{
"sticky_scroll": {
"enabled": true
}
}Relevant Keymap
No response
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:languages/markdownMarkdown markup supportMarkdown markup supportarea:navigationFeedback for workspace navigation, breadcrumbs, definitions, files, panels, etcFeedback for workspace navigation, breadcrumbs, definitions, files, panels, etcfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P3Papercuts, minor issues with a clear workaround, cosmetic bugsPapercuts, minor issues with a clear workaround, cosmetic bugsstate:claimed by communitysomeone from the community has a PR in progresssomeone from the community has a PR in progressstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce