Edit any element, change just the Description, and save. Edit the element again, and the changes to the Description aren't there, and a configuration export also does not contain the changes (The active configuration is identical to the configuration in the export directory).

Edit the same element, change both the Description and Title, and save. Changes are now saved.

Discovered on the Email element, but tested on Radios and a few others so I don't think it's related to Email specifically.

Comments

FluxSauce created an issue. See original summary.

jrockowitz’s picture

It is probably just the CKEditor having the same issue as CodeMirror with the YAML Form UI modal dialogs.

I will look into fixing it ASAP.

FluxSauce’s picture

Thank you, much appreciated!

jrockowitz’s picture

Yep, the specific issue is that I am populating the description when the CKEditor is blurred but this is being triggered after submit via AJAX is being clicked so the value is being lost.

  • jrockowitz committed 0bcee44 on 8.x-1.x
    Issue #2792527 by FluxSauce, jrockowitz: Form element Descriptions not...
jrockowitz’s picture

Status: Active » Fixed

The simple fix was to change 'onblur' to 'onchange', so I just committed it to 8.x-1.x. Please test the dev release or the 8.x-1.x branch.

FluxSauce’s picture

Sorry for the delay in response, confirmed fixed, thank you for the prompt resolution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.