-
Notifications
You must be signed in to change notification settings - Fork 58
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
After pasting, cursor should move to the end of the pasted content #828
Comments
Related PR that may be affecting this issue: #629 |
Thanks @hypest ! |
There are a few things going on in this issue that I'd like to separately identify.
Here are some steps to reproduce:
Expected result:
Actual result:
Screencast: |
A simpler case of this issue exists for pasting inline content as well. Here are some steps to reproduce:
Expected result:
Actual result:
Screencast: |
Updated the title to reflect that the issue (caret staying at the start of the pasted text) is not platform specific. |
This issue has been resolved, seemingly by a combination of PRs that move selection logic to Gutenberg, and to a "higher level". 🎉 |
Currently, the keyboard is dismissed but the caret remains at the beginning of the paragraph.
The keyboard should stay visible and the cursor should be at the end of the pasted content
The text was updated successfully, but these errors were encountered: