-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Pasting at end of bold text block (but still within it) causes the pasted text to jump to the start of the block #8387
Comments
And here's another related bug:
Here's what happens: |
Possibly related: #8114. |
Another one: Here I'm trying to remove the first bullet point from the list. I first try backspacing the item itself, but that "explodes" the dot points into individual paragraphs. I then try to backspace at the start of the next item, but that does the same thing. Seems as though it's not possible unless I restart the list. Thanks to all the contributors on this! Dispite a bunch of bugs, I can see that this is going to be a huge upgrade over the original editor! |
Thank you for your feedback! I tested with WordPress 4.9.8 and Gutenberg 3.5.0 using Firefox 61.0.2 and Chrome 67.0.3396.99 on macOS 10.13.6 and was able to reproduce the first issue where pasting into the end of the inline boundary for bold text results in text being added before the boundary instead of at the end of that text as expected, but I could only see that happen in Firefox (26s) and not Chrome (33s). Note: we are tracking the issue where backspacing over the first bullet in the list results in the rest of the list turning into paragraph blocks in #8803. |
it's oddly comforting to know others have noticed this strange behaviour. |
Could this be re-tested with |
Noting that I am not able to reproduce the first two behaviours, on Gutenberg 4.0.0. Tested on these two configurations:
Note that in the first test, the new content is inserted both within the bold formatting and outside the bold formatting, and in both the cases the paste appears as expected. // cc @iseulde |
Here's a video of the problem:
https://i.imgur.com/0ktY7LD.mp4
The text was updated successfully, but these errors were encountered: