-
Notifications
You must be signed in to change notification settings - Fork 6
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
notebook scrolling with long text #25
Comments
Yes, this arose in the test: when the player inputs a lot of text in the notebook, it automatically scrolls up. It seems to be a problem with the amount of text inputted (e.g. a long article abstract or a long input from the player). |
Estimate 2 hours |
Does that mean it's a bug or a settings problem? |
reproduced on chrome and firefox. |
Basically: copy and paste a long text into the textExercise component on 2.1.3. Then try to input more text at the bottom of the long text input. You'll see that you keep getting scrolled away from where your cursor is / where you want to input text. |
It is ok now. |
This is still happening to me on Firefox 69.0 (OSX). Fixed on my Chrome install though. |
Yes, it is still there fro Firefox on mac osx! |
Still also happening for Safari in Mac OSX (12.1.2) |
uzh/marugoto-frontend@c70b860 clipboard paste also handled |
if you hit enter, the fist line is cut off. But it is working on Chrome, Safari and Firefox now. |
I've been testing this (on safari) this morning. It's much better than before. Basically, if the player keeps writing an input, there is no problem at all with scrolling. |
Perhaps it's a problem with safari? @interrogator would you mind trying to see if it's just a browser problem or a bug? Please see my comment from this morning. Thanks |
Scroll when typing and pasting both work OK for me on Linux/Firefox. |
OK, great. May be a problem with safari or something else. I'm going to close it for now. |
notebook scrolls up when give something in.
The text was updated successfully, but these errors were encountered: