-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The word wrap button doesn’t work when inspecting student submissions #1281
Comments
Loading extremely long submission/template/model files and feedback was made faster in apluslms#1260 by omitting the line numbers if the data was longer than 5000 lines. The performance is now improved even more by utilizing document fragments and chunked loading, where the user can press a button to load the next 5000 lines (with line numbers always included). This fixes a potential 'Out of memory' browser error and a bug where the word wrap button was not working. Fixes apluslms#1281
Loading extremely long submission/template/model files and feedback was made faster in apluslms#1260 by omitting the line numbers if the data was longer than 5000 lines. The performance is now improved even more by utilizing document fragments and chunked loading, where the user can press a button to load the next 5000 lines (with line numbers always included). This fixes a potential 'Out of memory' browser error and a bug where the word wrap button was not working. Fixes apluslms#1281
There is another report of the broken "word wrap" button in the internal ticket system: |
@jsorva about the "copy to clipboard" button, I haven't seen issues in it. The "word wrap" button has been fixed. |
OK. After hearing another comment from a student, I’m reasonably sure that that symptom — experienced by me and this student — has to do with pasting into IntelliJ IDEA and is not related to A+. Please ignore that part of this issue. Thanks for confirming! |
When inspecting student submissions, these buttons are shown:
However, the Word wrap button fails to work, and produces this in the Console:
I’ve also had difficulties with the Copy to clipboard button in the same view but that may be related to the specifics of my own setup, so if it seems to work for everyone else, maybe the problem is at my end.
The text was updated successfully, but these errors were encountered: