-
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
Unable to place caret after cancelled multi-select #37982
Comments
I've been able to replicate this as well, however I'm not sure this is terribly useful as I can only replicate in a standalone install of WP 5.9. After installing the Gutenberg plugin, I can no longer replicate this bug. Here goes anyway: Step-by-step reproduction instructions
Recordinghttps://www.loom.com/share/d9ece4730a8a4abfb25f1b6d3ce9792b EnvironmentMacOS Big Sur 11.6.4 Existing issuesI have found none that fit this description, open or closed, in the Github issue queue. Testing without pluginsAs mentioned above, I have confirmed this bug in a standalone install of WP 5.9, no plugins active other than the WordPress Importer. I cannot replicate this in the Gutenberg plugin. |
Can confirm that this is replicable in a core 5.9 site without any other plugins active. |
I just now confirmed this with a fresh install of WP 5.9.3 with no plugins and default Twenty Twenty Two on my local machine (MacBook M1 2021 running Chrome 100…see https://www.whatsmybrowser.org/b/G105U for details).
Unless there’s something inherently wrong with my browser, OS, mouse, or keyboard, I can’t see how it’s the content or the WP setup. Please fix as soon as possible. Thanks! |
Confirmed here too |
Confirmed and as a short-term code-fix I use the following code:
|
@mirlanbekturov Where are you placing the short-term code fix? Is it enqueued as a part of your website's theme? |
I created the js file and run |
This should have been fixed by #38892. |
Description
I've been editing a post on WordPress.com (so not sure if this also occurs with the latest version), and after editing it for a while I can no longer place my caret in some block’s text.
This is probably a problem in the multi select triggering where it should be cancelled but the contenteditable field attributes are not restored.
I'm just logging it here in case someone is experiencing the same issue. I haven't looked into the issue deeper.
Step-by-step reproduction instructions
Not sure how to reproduce consistently.
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
No
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered: