-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Cursor moves out of view when entering newlines at the end of a document #483
Comments
I believe this has been fixed by #435 but with the parchment integration in progress on the develop branch a new version of Quill with it has not shipped yet. |
This has been fixed in the 1.0 beta release |
I'm actually seeing this behavior in 1.1 release. Any 'enter key' submission will cause the cursor to eventually disappear until you press a different key. Even starting in the middle of the document, pressing enter until it moves out of the viewable area. I just upgraded finally from 0.20. This did not happen in this version. |
@justbittin I can't reproduce it in the playground with Chrome 54 and Firefox 50. |
I can reproduce it in version 1.2.6, Ubuntu, Chrome 54, Firefix 54(x64) |
The same problem, it's really bad about the quill. |
I am facing this issue in the version "react-quill": "1.3.5". Any resolution? |
The cursor moves out of view below the bottom of the div. Typing any character other than a newline does scroll the div down.
The div should scroll down to keep the cursor in view when entering newlines at the end of a document.
The text was updated successfully, but these errors were encountered: