CKEditor not showing on user edit page

Created on 21 September 2016, about 8 years ago
Updated 30 October 2023, about 1 year ago

Hi,

The ckeditor is not showing up for long text fields on user edit pages (works fine on node pages) even when the proper input format is selected.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇩🇰Denmark lennart

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Open in Jenkins → Open on Drupal.org →
    Core: 7.x + Environment: PHP 5.4 & MySQL 5.5
    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
  • 🇨🇦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.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024