You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on the preview panel (once or twice depending on settings) switches to editing mode but the editor goes back to the top of the page or where the cursor previously was in this mode.
Expected behavior
When scrolling the preview and clicking on it to switch to editor mode, it is expected that the cursor is placed where the click was made in preview mode, or at least the view in the editor should reflect what the user was viewing in the preview.
Instead, it scrolls back to the last position of the cursor in the editor or to the top of the page. This makes a simple modification a bothersome process :
Click on the preview panel to edit
Scroll back to the part previously identified in preview mode
Make the change
It is expected to behave like this :
Click on some part of the text in the preview panel with the intent to edit it
Editor opens and the view is set to the same part of the text, the cursor is placed where the click was made
Make the change
Steps to reproduce
Scroll down a note in preview mode
Click somewhere in the text
The editor opens but the page has scrolled back to the top
Environment
Version : 0.11.10
OS Version and name : all versions
The text was updated successfully, but these errors were encountered:
Version 0.12.0-0 on MacOS (10.14.5) continues to exhibit this behavior, though it is actually very erratic. The when checking a checkbox in Preview, the page doesn't seem to jump in a reliable manner. It doesn't appear to be relative to where the cursor is in the Editor. It seems that if you type into the editor the location of the Autoscrolling sometimes changes, but I cannot identify the pattern of the location where it scrolls to.
Current behavior
Clicking on the preview panel (once or twice depending on settings) switches to editing mode but the editor goes back to the top of the page or where the cursor previously was in this mode.
Expected behavior
When scrolling the preview and clicking on it to switch to editor mode, it is expected that the cursor is placed where the click was made in preview mode, or at least the view in the editor should reflect what the user was viewing in the preview.
Instead, it scrolls back to the last position of the cursor in the editor or to the top of the page. This makes a simple modification a bothersome process :
It is expected to behave like this :
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: