0

I have added a WYSIWYG Editor to the dropdown field in the individual options of a configurable product.

But there is a bug. If I first create a new option of type dropdown and add a new row and fill in the values and click on "save" then the page is getting reloaded and all values are successfully saved as expected.

enter image description here

But If I now try to edit the value in the WYSIWYG Form (WYS 1) and click on save. Then the same value is still there.

All other attributes are changing as expected on save, even the attribute "action" which I created on my own.

Why is the WYSIWYG Editor not saving?

asked Nov 19, 2018 at 16:37

1 Answer 1

0

Solved. The problem was that I called the tinyMCE init function even though it was already initialized on a hidden place which I only figured out after inspecting the source code of the site.

After removing the redundant call it works!

answered Nov 20, 2018 at 8:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.