You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing a page with Gutenberg that contains ACF blocks with a WYSIWYG field the cursor jumps to the last WYSIWYG field on the page.
To Reproduce
Steps to reproduce the behavior:
Edit or create a page
Add an ACF Block that contains a WYSIWYG field with default settings
Switch ACF Block to Edit view
Now click the title or a Gutenberg paragraph and hit the Enter key
Cursor jumps to the last ACF WYSIWYG field on the page (that is in Edit mode)
Expected behavior
The text cursor should just create a new paragraph instead of jumping to the ACF WYSIWYG field.
Additional context
I already did some digging. I think it has something to do with TinyMCE because when I enable Delay Initialization (TinyMCE will not be initialized until field is clicked) the cursor doesn't jump to the WYSIWYG field.
The text was updated successfully, but these errors were encountered:
Describe the bug
When editing a page with Gutenberg that contains ACF blocks with a WYSIWYG field the cursor jumps to the last WYSIWYG field on the page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text cursor should just create a new paragraph instead of jumping to the ACF WYSIWYG field.
Screenshots or Video
https://github.com/user-attachments/assets/6e8ff233-3d42-4d74-835d-b702d169165d
Version Information:
Additional context
I already did some digging. I think it has something to do with TinyMCE because when I enable Delay Initialization (TinyMCE will not be initialized until field is clicked) the cursor doesn't jump to the WYSIWYG field.
The text was updated successfully, but these errors were encountered: