-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Selecting multiple non-text blocks using the shift key is no longer possible #40636
Comments
Testing with just WordPress 6.0 beta 3 and can confirm the above. Here are some specific use cases to save some time:
Reverting back to 5.9.3, this is the prior behavior -- note though that I could replicate the above problem before reloading the page 🤔 Not sure what's going on there: 5.9.3.mov |
Could this possibly be related to the changes in #40604 ? |
I just gave the code from before that commit a test, and the bug was still present, so I don't think it's related to that. From what I can tell, multi-selecting blocks now only seems to work when clicking on text. |
Thanks for the thorough testing and detailed instructions. I did some of my own and I agree it seems related to the partial block multiselection. One extra use test case:
It's also worth mentioning that selecting by dragging instead of using |
Description
Previously, you could hold down the shift key and select multiple blocks at once. This still works if you "start" with a paragraph or similar text-based block. However, if you try and select two non-text blocks using the shift key, such as two images, it is no longer possible. This is a bit hard to explain, so see the video below.
I believe this may be related to the new functionality that allows you to select text across multiple blocks. As such, we should really try and get this resolved for 6.0.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
multiselect.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: