- Issue created by @arousseau
- Merge request !13Issue #3477713: TypeError: editor.config.get(...).enabled_optional_attributes.includes is not a function โ (Closed) created by arousseau
- Merge request !14Issue #3477713: TypeError: editor.config.get(...).enabled_optional_attributes.includes is not a function โ (Open) created by arousseau
- ๐บ๐ธUnited States bkosborne New Jersey, USA
Something going on with the MR. There's way too many changes in there. Can you take another look?
- First commit to issue fork.
- Merge request !15Issue #3477713: TypeError: editor.config.get(...).enabled_optional_attributes.includes is not a function โ (Open) created by rpayanm
- ๐บ๐ธUnited States rpayanm
rpayanm โ changed the visibility of the branch 3477713-enabled_optional_attributes.includes-not-a-function to hidden.
- ๐บ๐ธUnited States rpayanm
I created a new patch based on the first one. Please review it.
- Status changed to Needs review
7 months ago 9:27am 2 January 2025 - ๐ฎ๐ณIndia ravi kant Jaipur
I am not getting this error in Drupal 10.4 and 3.0.0-beta2.
I hope the error have fixed in new release of module.
Also may i know "Reproduce" steps in details. - ๐ช๐ธSpain Carlos Romero
carlos romero โ made their first commit to this issueโs fork.
- ๐ช๐ธSpain Carlos Romero
carlos romero โ changed the visibility of the branch issue/3477713 to hidden.
- ๐ช๐ธSpain Carlos Romero
Hi everyone,
I just downloaded the module in Drupal 10, it gives me the error for this issue, but the mr patch is not applied, it gives an error.
I have made a new branch and a mr, this patch is applied, I hope it helps.
Greetings.
- ๐ช๐ธSpain Carlos Romero
carlos romero โ changed the visibility of the branch feat/3477713 to active.
- ๐ช๐ธSpain Carlos Romero
carlos romero โ changed the visibility of the branch issue/3477713 to hidden.
- ๐บ๐ธUnited States bkosborne New Jersey, USA
I'm not able to reproduce the error. Can someone provide steps?
- ๐ญ๐ทCroatia Aporie
I wonder if this wasn't simply an incompatibility between core ckeditor and ckeditor_iframe version of their files at a specific core release date.
I used to have the issue, and it disappeared. Currently using D10.4.7 and ckeditor_iframe 3.0.0-beta3.To reproduce, you only had to enable ckeditor_iframe, and it would produce the error, making the editor unusable.
- ๐ท๐ชRรฉunion Martygraphie Saint-Denis (Rรฉunion)
Hi,
Iโm also experiencing this issue, which completely breaks the CKEditor toolbar.Environment details:
- PHP 8.3
- Drupal 10.5
- ckeditor_iframe module version 3.0.0-beta3
Observed behavior:
The CKEditor toolbar fails to load when the ckeditor_iframe plugin is included in the text format configuration (in my case, Full HTML). As soon as I remove the plugin from the toolbar configuration, the editor displays correctly again.
JS error in the browser console:
ckeditor5.js?sy59yr:467 TypeError: Cannot read properties of undefined (reading 'check') at new o (iframeembed.js?sy59yr:1:6331) at s._createFormView (iframeembed.js?sy59yr:1:8658) at s.init (iframeembed.js?sy59yr:1:7771)
I'm attaching a screenshot showing how the formatted text field looks with the plugin active under the Full HTML format.
Marc
- ๐บ๐ธUnited States ccarnnia
Hi all,
++ on this issue.- upgraded core from 10.4.6 to 10.5.1
- ckeditor_iframe Version: 3.0.0-beta3
It breaks ckeditor UI.
js error is: `ckeditor5.js?syj8pw:467 TypeError: Cannot read properties of undefined (reading 'check')`.Removing the iframe widget from admin/config/content/formats/manage/wysiwyg brings back the ckeditor ui.
I even tried `node_module/.bin/ckeditor5-package-tools dll:build` from web/libraries/ckeditor5-anchor-link but no joy.
It is related to those changes https://www.drupal.org/project/drupal/issues/3523018 ๐ Update CKEditor 5 to 45.0.0 Active made to the 10.5 core branch.
Same error found for the module ckeditor_abbreviation - https://www.drupal.org/project/ckeditor_abbreviation/issues/3531259 ๐ Incompatible with Drupal Core 10.5 / CKEditor 45 Active