-
Notifications
You must be signed in to change notification settings - Fork 236
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
ENTER key + typing.. #45
Comments
I cannot reproduce it. Can you reproduce this behavior using some of the provided demos? |
I'll give it a shot.
|
I can't reproduce it with your editor. I checked my code extensively, all of my event handling methods for the text area are for querying style at position. They have nothing to with setting the caret. will check more and report back. |
Remember it's always best to provide a simple self-contained (runnable) code to demonstrate the problem. |
Fixed it. It was a line somewhere in the code. Sorry for the false alarm. This was the case: |
Hi Tomas can you do the following:
-type some text.
-hit Enter in the middle of the text..
-now start typing where you hit enter. (position A)..
what I get is that anything I type gets first inserted at position A, but soon after it starts appending the text to the end of the text area.. and sometimes filckers between position A and the end of the paragraph.
Can you confirm?
The text was updated successfully, but these errors were encountered: