- 🇳🇿New Zealand quietone
I too can't reproduce this on Drupal 11 with CKEditor5. But the 'allowed tags' are now read only so can't follow the steps exactly.
While editiing a text format that uses the limit allowed tags filter, if you add some tags to the allowed html tags then drag a plugin to the toolbar before having saved, you lose your changes.
Steps to reproduce:
<i>
to the allowed html tags field (for example)title
to the <a>
allowed attributesExpected result: the <i>
and the <a title>
stays allowed
Current result: the <i>
and the <a title>
are removed from the allowed tags
In core/modules/filter/filter.filter_html.admin.js fix Drupal.behaviors.filterFilterHtmlUpdating._updateAllowedTags
so it takes the values from the allowed HTML tags field.
Fixes the bug.
None.
None.
Closed: outdated
11.0 🔥
filter.module
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I too can't reproduce this on Drupal 11 with CKEditor5. But the 'allowed tags' are now read only so can't follow the steps exactly.