- last update
about 1 year ago Drush setup of Drupal Failed - 🇨🇦Canada devin carlson Sudbury, ON
JavaScript settings aren't idempotent in D7 and the current workaround of using a static variable to ensure that the editor settings are only added to the page once with drupal_add_js() fails in a number of edge cases like this one.
I think the only option is to patch core in order to add the required functionality. With the workaround removed but without the core patch, the editor will show up but things like the toolbar buttons will appear multiple times, once for each editor-enabled field on the page.
- Status changed to Fixed
about 1 year ago 1:05am 30 October 2023 - 🇨🇦Canada devin carlson Sudbury, ON
Tested and committed to Editor 7.x-1.x.
I've made a note of the core patch on the project page.
-
Devin Carlson →
committed fd85bc5b on 7.x-1.x
Issue #2803761 by Devin Carlson: CKEditor not showing on user edit page
-
Devin Carlson →
committed fd85bc5b on 7.x-1.x
Automatically closed - issue fixed for 2 weeks with no activity.