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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3403940-2.patch | 11.25 KB | devin carlson |
Comments
Comment #2
devin carlson commentedA patch to move the editor settings into a subform.
Comment #3
devin carlson commentedTested #2 and committed to Editor 7.x-1.x.