-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Markdown preview scrolls down while typing in editor #119370
Comments
(Experimental duplicate detection)
|
Screen recording of the issue: simplescreenrecorder-2021-03-20_00.26.52.2.mp4 |
Almost same problem here. I however found that, this problem is most abvious when you have a big math expression, for example if you cantain this math code in md: (some very very long text, more than one page)
$\displaystyle \mathrm{softmax}(\mathbf{x}) =
\begin{pmatrix}
\frac{e^{x_1}}{\sum_j e^{x_j}} \\
\vdots \\
\frac{e^{x_n}}{\sum_j e^{x_j}}
\end{pmatrix}$
**then type something here**
(some other very very long text)
Then type in middle, you'll find it scrolling down very fast every time it refreshes. |
Adding images seems to make this issue even worse as well... I also find mine both scrolling down, but then also the preview jumping way back up and then back down! In this GIF, the Preview is jumping all the way back up to around line 600 (so about 1/5 - 1/4 of the way back up the document). I've tried to highlight the scrolling issue (jumping on the actual file on the left) as well as the weird preview scrolling behaviour. Persists with extensions disabled or not. Windows 10 Enterprise 21H1 (19043.1055), VS Code 1.57.1 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have the same issue with 1.59.1 and mermaid diagrams. Here is a sample content https://pastebin.com/eN0aWK4Q to reproduce issue when editing line 12 for example. |
I also see this all the time, especially when using |
This comment has been minimized.
This comment has been minimized.
Duplicate of #89930 |
Issue Type: Bug
Open the following document: https://github.com/magiblot/tvision/blob/28246145506f4397c4358fcacd6c2f4d9c89ff8f/README.md
Enable the document preview.
Do any of the following:
The preview will scroll up on each update, and so will the editor until the cursor is about to become out of sight.
To make the issue more evident, set
markdown.preview.scrollEditorWithPreview
tofalse
.The issue is reproducible even after disabling extensions with the
workbench.action.reloadWindowWithExtensionsDisabled
command.VS Code version: Code 1.54.3 (2b9aebd, 2021-03-15T10:55:24.277Z)
OS version: Linux x64 5.11.7-arch1-1
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: enabled
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: