Programming exercises
: Scrolling position does not persist over a file switch in the online editor
#8402
Labels
Programming exercises
: Scrolling position does not persist over a file switch in the online editor
#8402
Describe the bug
When I use the new online editor (Monaco) the scrolling position of the editor is always on the top of a file after opening it. I would expect that the previous scrolling position be retained for each file.
This problem applies to online editor for student submission (#8130) and for the online editor for instructors (#8389). Technically it should be quite the same situation.
To Reproduce
Example for the student submisson:
Expected behavior
The editor is still in the scrolling position from step 4.
Screenshots
The editor is again at the top of the file.
Which version of Artemis are you seeing the problem on?
7.0.0
What browsers are you seeing the problem on?
Firefox
Additional context
The situation in the online editor for instructors (#8389) was tested with the branch
feature/programming-exercises/monaco-instructors
at Commit 25d4fe5.Relevant log output
No response
The text was updated successfully, but these errors were encountered: