- Issue created by @steveoriol
When I upgrade from Drupal 10.3.10 to D10.4.1, the formatted edition text boxes for ACE or even CKEditor no longer work.
I get the following error in the js console:
drupal.js?v=10.4.1:64 Uncaught TypeError: Cannot read properties of undefined (reading 'attach')
at Drupal.editorAttach (editor.js?v=10.4.1:304:37)
at editor.js?v=10.4.1:228:18
at Array.forEach (<anonymous>)
at Object.attach (editor.js?v=10.4.1:211:52)
at drupal.js?v=10.4.1:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=10.4.1:162:34)
at big_pipe.js?v=10.4.1:153:10
at big_pipe.js?v=10.4.1:184:3
If I go back to 10.3.10 or delete the ACE module, editable zone formatting works again.
Install the ACE module and Drupal 10.4.1 and try to modify an Article node, for example.
Active
2.0
Code