wp-papi / papi

:rocket: WordPress Page Type API with custom fields
https://wp-papi.github.io
MIT License
263 stars 32 forks source link

Workaround problematic tinyMCE editor in jquery-ui sortables scenario #121

Closed entr closed 9 years ago

entr commented 9 years ago

Repeaters and flexibles in Papi suffer from https://github.com/tinymce/tinymce/issues/2277 Basically to workaround it, editor needs to be removed on sortstart and re-initiated on sortend.

frozzare commented 9 years ago

Please follow the code style in the JavaScript files. I don't have spaces like in the PHP code. So do not do $.each( ids do $.each(ids.

frozzare commented 9 years ago

Camelcase should be used not sneakcase

entr commented 9 years ago

No problem, just saw you have eslint rules defined. Plus I also need to add the flexible code, oops.

entr commented 8 years ago

Thanks for merging this but is there a chance to get it released :pray:

frozzare commented 8 years ago

Yeah, I will try to get a patch release out soon, did forget about this fix in the last patch release.

frozzare commented 8 years ago

@entr https://github.com/wp-papi/papi/releases/tag/v2.4.10

entr commented 8 years ago

:bow: