refinerycms icon indicating copy to clipboard operation
refinerycms copied to clipboard

Page editing: inputs in textarea are ignored if in source code editing mode

Open SteveRedka opened this issue 6 years ago • 1 comments

What's going on?

  1. Create page with pagepart
  2. Go to page editing page in refinery admin
  3. Click "edit source code button"
  4. Write something
  5. Submit form

It should look like this: Screenshot-2019-01-10-11-28-06.png

Expected behavior

It should update related page part.

Actual behavior

It doesn't update related page part. But it will if you switch back to TinyMCE editor.

In fact, that visible textarea isn't a part of the form. It doesn't even have an id.

System

Rails version: 5.1.6 Ruby version: 2.4.1p111 RefineryCMS version: 4.0

SteveRedka avatar Jan 10 '19 08:01 SteveRedka

Hi @SteveRedka, TinyMCE is not officially supported by Refinery, you should ask on the developer repo or use our editor https://github.com/parndt/refinerycms-wymeditor

bricesanchez avatar Jan 14 '19 14:01 bricesanchez