Skip to content
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

Repeatable WYSIWYG field breaks when inserting/cloning new row #356

Closed
tylerdigital opened this issue Jun 20, 2015 · 2 comments
Closed

Repeatable WYSIWYG field breaks when inserting/cloning new row #356

tylerdigital opened this issue Jun 20, 2015 · 2 comments

Comments

@tylerdigital
Copy link

When a WYSIWYG field is inside a repeater, the javascript that creates a new row successfully duplicates and clears the content from the textarea (HTML view) of the WYSIWYG field, but I can't click the Visual tab of the new WYSIWYG field. I think WP does some initial processing when the page is loaded to render/prep a visual editor iFrame?

If I type some content into the text view and publish/save changes to the post, the WYSIWYG visual editor mode works after the page reloads.

Any idea how to get the Visual Editor mode working in a repeater right after a new row is created?

@jgclifton
Copy link

This is a known issue:

"Metabox containing WYSIWYG editor cannot be moved or used in a repeatable way at this time (this is a TinyMCE issue)."

@jtsternberg
Copy link
Member

Currently not supported, but is on the list for improvements.

jtsternberg added a commit that referenced this issue Aug 1, 2016
Fixes #26, fixes #99, fixes #260, fixes #264, fixes #356,
fixes #431, fixes #462, fixes #657, fixes #693
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants