Hello, sorry for my English langage.

Context :
Site : https://aacm-france.fr
Host: PlanetHoster
CSV /Drupal version installed D10.3.0 managed with composer
Modules :
- drupal/ctools:^4.0
- drupal/imce:^3.0
- drupal/colorbox:^2.0
- drupal/media_gallery:^2.1
- drupal/admin_toolbar:^3.4
- drupal/vapn:^3.0@alpha
- drupal/ckeditor_font:^2.0@beta
PHP : 8.2.5
Database: 10.5.21-MariaDB

Bug: since update D10.2.7 to D10.3.0
Bug description: Modified display for creating or modifying an article, page or gallery with disappearance of areas of the writing body or summary (screenshots 1 -2 -3 ). In some cases semi-possible with simple HTML (screenshots 4 -5)
I tried to recreate the base of the site (core + modules + theme) several times directly with D10.3.0 same problem for each try.
In the reports: recent log messages: very many messages system. (screenshots 6 as 7 -8 -9).
Searches in the Drupal bug report: Issues for Drupal core: I couldn't find anything that resembled my problem.
Question: I don't understand why no one has the same problem. Is there a solution that I missed?

Comments

bernard63 created an issue. See original summary.

bernard63’s picture

Your analysis only takes into account the element you reference, but in fact I point out the disappearance of the normal display of the body on the article and page components.
This bug is blocking because it prohibits any creation of articles or pages.

bernard63’s picture

I think I've found the origin of the problem I'm having with the body of Article and Page.
After several installations (production and Local installation with MAMP) proceeding by gradually adding a module, the problem arises with : CKEditor Font Size and Family (2.0.0-beta4).
Although installed with composer, the implementation of any element: Font Size, Font Color, Font Family, Font Back-ground Color causes the bug that blocks the normal display of body of page or article.

catch’s picture

Title: upgrade 10.3.0 » 10.3.0 breaks CKEditor Font Size and Family module
Category: Support request » Bug report
Priority: Major » Normal

Re-titling to make it clearer what the issue is, this probably needs to be moved to the contrib module.

bernard63’s picture

Argur’s picture

issue also present with
CKEditor Font Size and Family 2.0.0-beta3 as well as beta4

Drupal 10.3 PHP 8.3.8 MariaDB 10.5.15-MariaDB-cll-lve

Trying to edit content on Node/14
Content disappears as soon as ckeditor enters editor mode

Following log error in error log
domainname/node/14/edit
Entity view display 'node.article.default': Component 'comment' was disabled because its settings depend on removed dependencies.

slewazimuth’s picture

Both Font Color and Font Background Color work perfectly. The issue shows up when Font Size or Font Family are attempted.

bernard63’s picture

slewazimuth you are right.
Since Drupal D10.3.0 the bug is with the module 'CKEditor Font Size and Family' used when 'Font Size' or 'Font Family' are droped in active toolbar whereas with 'Fond Color' and 'Fond Back-Color' there is no problem
The same bug exists if you use the module 'CKEditor5 Line Height' and drop 'Line Height' plugin to Active toolbar

catch’s picture

Status: Active » Closed (duplicate)