-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Strange caret behavior #857
Comments
Any progress on this? It's one of the things that keeps me from using the library as it's super un-intuitive. |
Any updates on this issue? Thanks. |
Absolutely, this issue is valid to improve UI. |
In my project I have solved this problem for another block editor. I am checking every possible caret position and detect closest one for jump. On picture red is current caret, blue is candidates and green is a closest position for caret. There is also some optimisation like line break detection, because there may be 2000 lines and its too much to check every possible caret position. So it is a solution, it works fast enough and I am ready to share some production code and explain this more. If you (EditorJS team) are interested, write me https://t.me/grimalschi |
Great! |
Awesome! We'll check it |
@grimalschi Is there anyone who can resolve this good feature? |
Are
If |
I did it! 🎉 |
Nice. I found some bugs using Safari (Version 14.0.2 (16610.3.7.1.9)) related to the marker. Situation: Hitting the down arrow key in a line which also contains a marker. Situation: Hitting the down arrow key while caret is inside a marker. Situation: Hitting the up arrow key while caret is in approx. second half of last line of a block which also contains a marker. Please see attached a video of the first two issues. Bildschirmaufnahme.2021-02-16.um.10.24.41.mov |
@alexanderjulmer @neSpecc |
This bug occurs as Umm... I can't know why this bug occurs in |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hello! When I press "Down" many times, I'm getting strange caret behavior.
What i expect:
What I get:
Any plans to fix this?
The text was updated successfully, but these errors were encountered: