Programming exercises
: sticky scrolling cannot be disabled in the online editor
#8514
Labels
Programming exercises
: sticky scrolling cannot be disabled in the online editor
#8514
Describe the bug
In the new online editor for student submission (#8130), for instructors editing repos (#8389) and tutors to assess submissions (#8437) there is a "sticky scrolling". This means that the headers of upper structure elements (e.g., methods, classes) stick on top of the editor as long as you are in this element.
This disturbs some users. One reason is that the other lines sometimes "jump" a bit up and down while the sticky lines appears / disappears. Another problem is on smaller screens, where the space consume is a problem.
Monaco seems to have options for this: IEditorStickyScrollOptions
I do not know if there is also an option to gave users access to these settings.
To Reproduce
Expected behavior
I am able to remove the sticky scrolling. This decision should be saved (e.g. for the user or in the session).
In VSCodium for example I can use the Popup-Menu on the "sticky scrolling" to remove it or a command from the "Command Pallet" (F1)
Screenshots
Which version of Artemis are you seeing the problem on?
7.0.2
What browsers are you seeing the problem on?
Firefox
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: