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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This looks like a case of #9037 that wasn't fixed:
Open a file and scroll somewhere to the middle
Press Ctrl-Shift-O
Click inside the editor
Result: editor scroll position moves down ~3 lines.
Expected: scroll position unchanged from step 1.
Or...
Press Ctrl-T
Type to filter down to a function name
Click inside the editor
Result: editor scroll position jumps down ~3 lines from where it was after step 2 (most noticeable if you watch the bottom edge of the editor).
Expected: editor scroll position doesn't change after step 2.
Both are regressions in 0.44, so flagging for 0.45.
This looks like a case of #9037 that wasn't fixed:
Result: editor scroll position moves down ~3 lines.
Expected: scroll position unchanged from step 1.
Or...
Result: editor scroll position jumps down ~3 lines from where it was after step 2 (most noticeable if you watch the bottom edge of the editor).
Expected: editor scroll position doesn't change after step 2.
Both are regressions in 0.44, so flagging for 0.45.