The current editor's plugin settings on the filter format administration page are merged together into a single form element. This behaviour causes a variety of issues including the loss of #attached libraries set prior to the plugin settings being merged.

This is caused by array_merge(), where string keys that appear more than once overwrite the values of those that came before them.

Editor settings and those of any associated plugins should be moved to a subform in order to prevent them from interfering with the rest of the filter format form.

CommentFileSizeAuthor
#2 3403940-2.patch11.25 KBdevin carlson

Comments

Devin Carlson created an issue. See original summary.

devin carlson’s picture

Status: Active » Needs review
StatusFileSize
new11.25 KB

A patch to move the editor settings into a subform.

devin carlson’s picture

Status: Needs review » Fixed

Tested #2 and committed to Editor 7.x-1.x.

  • Devin Carlson committed 5c087811 on 7.x-1.x
    Issue #3403940 by Devin Carlson: Move editor settings to a subform
    

Status: Fixed » Closed (fixed)

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