I was testing working on screenshots for an upcoming What's New Tour and found a change (regression?) in the Articles TinyMCE editor window. If you Toggle Editor on a filled in article, the window shrinks from 1188px x 550px on my 16" MacBook Pro to 198px x 58px (instead of being 1188px x 550px).
I'm using Nightly Build 6.1ß3 from last built:
6.1
The TinyMCE HTML vs Source Code editor should be the same size.
The TinyMCE HTML is the correct size 1188px x 550px on a 16" MacBook Pro.
The TinyMCE Source Code mode is 198px x 58px on a 16" MacBook Pro.
Joomla 6.1 ß3 nightly from Tuesday, 10 March 2026 00:52:01 UTC.
PHP 8.5.3, MariaDB: 10.11.14
When comparing to Joomla 5.4.4-dev, the Toggle Editor Source code mode works perfectly fine...
When comparing the source code in Inspect Element, I see the following missing properties for the <textarea name="jform[articletext]" id="jform_articletext" cols="" rows="" style="width: 100%; height: 465px; margin-top: 0px; margin-bottom: 0px;" class="mce_editable joomla-editor-tinymce valid form-control-success" aria-hidden="true" aria-invalid="false">
{width: 100%;
height: 465px;
margin-top: 0px;
margin-bottom: 0px;
}
none of those 4 are in the Joomla 6.1ß3 nightly build.
| Labels |
Added:
No Code Attached Yet
bug
|
||
also have you done an update or new install
confirmed
| Labels |
Added:
Release Blocker
|
||
you can see why if you inspect the code as the inline style is missing
<textarea name="jform[articletext]" id="jform_articletext" cols="" rows="" style="width: 100%; height: 500px;" class="mce_editable joomla-editor-tinymce valid" aria-hidden="true" aria-invalid="false"> </textarea>
<textarea name="jform[articletext]" id="jform_articletext" cols="" rows="" class="mce_editable joomla-editor-tinymce valid" aria-hidden="true" aria-invalid="false"> </textarea>
The problem is because you removed the width and height from the library field here
joomla-cms/libraries/src/Form/Field/EditorField.php
Lines 207 to 209 in a4d5b71
I will look later
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-12 16:28:29 |
| Closed_By | ⇒ | Fedik |
can you please test this version ? https://artifacts.joomla.org/drone/joomla/joomla-cms/6.1-dev/downloads/91918/