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

Works partially with Tinymce3, not at all with Tinymce4 #129

Open
bartclaeys opened this issue Jul 18, 2015 · 5 comments
Open

Works partially with Tinymce3, not at all with Tinymce4 #129

bartclaeys opened this issue Jul 18, 2015 · 5 comments

Comments

@bartclaeys
Copy link

Can someone confirm whether sisyphus.js supports Tinymce3 or Tinymce4? From my tests it works partially with Tinymce3, but not at all with Tinymce4.

What I mean with 'partially' is that the Tinymce3 editor field is only saved when other fields of the same form are being edited. If the only thing you manipulate in the form is the Tinymce3 field, then these changes are not saved. It's seems like some kind of binder has not attached successfully to the Tinymce3 textfield.

I'm not very interested in sisyphus.js to support Tinymce3, but wonder what architecturally changed in Tinymce4 making it not work at all.

@simsalabim
Copy link
Owner

What is common for WYSIWYG editors is replacing input fields with divs/other elements and creating a shadow copy of original field; then content in div is synchronized with shadow field. What changed is probably they added more shadowing. This is all speculations as I am not a user of of TinyMCE.

@bartclaeys
Copy link
Author

This commit #111 makes sisyphys.js work with Tinymce4.

@simsalabim
Copy link
Owner

Awesome! When the author has addressed comments and rebased from current master it will be merged.

@andresteves
Copy link

It is not working anymore with new version of Tinymce

@simsalabim
Copy link
Owner

Old news. The latest stable version of Tinymce as of now is 4.5.7, and as the title of the issue says, "Works partially with Tinymce3, not at all with Tinymce4".

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