-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Janky scrolling in markdown preview #278930
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersmarkdown-extThe Markdown extension: language features and previewThe Markdown extension: language features and previewverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersmarkdown-extThe Markdown extension: language features and previewThe Markdown extension: language features and previewverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Here's a recording to demonstrate the issue:
The markdown file used in this example: https://github.com/mindplay-dk/funbox/blob/master/README.md
When I use the mouse wheel to scroll, it smoothly scrolls in the right direction for a bit, but then randomly jumps (without scrolling) to some location in the opposite direction.
It's as though the preview panel and the editor are interacting in some sort of feedback loop? Like, as soon as the editor catches up to the new location in the preview, and updates it's position, that update causes the preview to jump. I'm guessing, but that's what it looks like to me.