Undo (keyboard shortcode) not working in meta box area #38731
Open
Description
opened on Feb 11, 2022
Description
This issue might be related to #18755. But the scope of #18755 is wide and covers other things. So I open this issue to be more specific.
When adding any text/textarea custom field to posts using a plugin like Meta Box, ACF (or any method that register meta box with add_meta_box
function); or use a plugin that register a normal meta box like Slim SEO, we can't undo the changes inside input boxes provided by these plugins. Pressing Cmd/Ctrl + Z does nothing.
Step-by-step reproduction instructions
- Install the Slim SEO plugin, it register a meta box under the post content
- Edit a post
- Enter some text in the meta title or meta desription
- Press Cmd/Ctrl + Z and see it does nothing
Screenshots, screen recording, code snippet
No response
Environment info
WordPress 5.9. Use default standard, not the Gutenberg plugin individually.
Tried with Slim SEO 3.13.1 and Meta Box 5.5.1.
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
Activity