Closed michaelhq closed 8 months ago
Hi,
Yes the Text Input field is just a ordinary text input with no auto-wrap. but you can add line-brakes when you enter the text for the description just with usual line-breaks:
It is only a minor issue, but would it be possible just to change the described parameter in the code from "off" to "on" in a future release?
This would be a more common behavior with such input fields and perhaps more user-friendly.
The problem here is that currently in SEB Server we use a Java Framework (Eclipse RAP) that generates all the HTML code with only a minor possibility to interfere with this HTML generation process of the Framework. I will have a look if I can change this setting and if so, we will adapt this for the next SEB Server version.
In the long-term we plan to exchange the current GUI framework with a modern Type-Script (Vue) GUI.
@michaelhq By the way, we just released the next patch for SEB Server v1.5.2. This fixes some major bugs within v1.5.1 (and v1.5.0): https://github.com/SafeExamBrowser/seb-server/releases/tag/v1.5.2 We recommend to update to v1.5.2 as soon as possible.
@anhefti: @lucaboesch installed the patch about 15 minutes after you published it this morning... 😃
Word wrap is set to off in the textareas for the description in the forms for "Exam Template", "Exam Configuration" and "Configuration Templates".
Steps to reproduce the behavior:
Expected behavior: An automatic word wrap.
Screenshots
The marked parameter in the html code is set to "off" instead to "on".
There is no word wrap too when viewing a configuration or template.
After changing to "on".
Setup