Problem/Motivation

This is related to https://www.drupal.org/project/drupal/issues/3405576 , fields with Tabledrag were creating horizontal scroll on mobile, that ticket fixes regular fields but I have realized that the same problem still happens if the field is a CKEditor field. This doesn't seem to be as straightforward to fix as in the previous case.

Steps to reproduce

1- Create or edit a content type and add add a "Text (formatted, long)".
2- Choose 2 items or more on the "number of values" setting.
3- Visit the form page and open it at 712px width, open the main navigation.

Proposed resolution

Make the width of CKEditor to be responsive according to the available horizontal space.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
ezgif-3-4cee6af447.gif1.08 MBjavi-er

Comments

javi-er created an issue. See original summary.

javi-er’s picture

Issue summary: View changes

Version: 10.2.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.