-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to type while equation when the horizontal scrollbar appears. #44
Comments
Can you give an example of the equation you entered in which the vertical scrollbar appeared? Also, we you on mobile view or desktop view? |
i think its because, of overflowing text, they doesnt respect padding in the direction they oveflows, i think i have told you about this |
I'm not sure I understand, I'm not able to replicate this issue. Could you give me some steps for reproducing this issue? |
try tagging him, also cant reproduce the bug |
@hrushikeshrv does this got anything to do with cursor.js key listeners ? |
This is probably because of MathJax's rendering. I'm afraid there's not much we can do here AFAIK. What is happening is that every time a key is pressed, the equation is re-rendered. So for a split second, the content of that |
When the equation gets bigger, and the vertical scrollbar appears, you can't use the arrow keys properly.
The text was updated successfully, but these errors were encountered: