-
-
Notifications
You must be signed in to change notification settings - Fork 575
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
A strange behaviour of the cursor when editing a string #350
Comments
I'm not able to reproduce in Safari 9 (the only one I can test), does it's still an issue in 1.9.0? |
Unfortunately, it is hard to tell, because there is no opportunity to place cursor in the middle of the string since 1.9.0. It appears only at the end of the line now. Practically, there is still an additional cursor to the very left of the active line. |
you can change cursor position using click (but the terminal need to have focus) or using arrow keys. that cursor on the left (in hidden textarea) was showing up only in IE I've fixed that in devel branch (css update). |
Thank you for your reply. |
Finally instaled Xcode on my MacOS that run in VM and using Simulator I've tested. I've created beter cursor hiding and it seems it work for Android so it's fine, the fix is in devel branch in css file. |
Didn't mention you can test devel branch in this pen https://codepen.io/jcubic/pen/LxgJQG |
Expected behavior
Actual behavior
Steps to reproduce
Browser and OS
The text was updated successfully, but these errors were encountered: