No Code Attached Yet bug
avatar brianteeman
brianteeman
4 Mar 2026

What happened?

  1. In mail templates set it to use both html and plain text
  2. Open any mail template for editing

Version

6.1

Expected result

In 6.0 the two editor areas (html and plain) are displayed full width

Image

Actual result

In 6.1 Beta the two editors are NOT diaplayed full width

Image

System Information

No response

Additional Comments

Image

No response

avatar brianteeman brianteeman - open - 4 Mar 2026
avatar brianteeman brianteeman - change - 4 Mar 2026
Labels Added: bug
avatar brianteeman brianteeman - labeled - 4 Mar 2026
avatar joomla-cms-bot joomla-cms-bot - change - 4 Mar 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Mar 2026
avatar brianteeman brianteeman - change - 4 Mar 2026
The description was changed
avatar brianteeman brianteeman - edited - 4 Mar 2026
avatar brianteeman
brianteeman - comment - 4 Mar 2026

This has been caused by #46438 removing the default height and with in libraries\src\Form\Field\EditorField.php

avatar Fedik
Fedik - comment - 4 Mar 2026

I think we need to add default width in to None editor.

$width = $attributes['width'] ?? '';

Kind of:

if (!$width && !$col) {
  $width = 100%;
}
avatar brianteeman
brianteeman - comment - 4 Mar 2026

@Fedik as shown in the screenshot it is a problem with BOTH editor none and editor html - thats why I went to the time to specifically include both in my screenshot. The same problem of setting height and width with empty values also exists if the global editor is set to codemirror its just not as obvious as the width is set again inside codemirror

avatar Fedik
Fedik - comment - 4 Mar 2026

Did you made clean installation or?
Can you please check TinyMCE config, it have 700px width in the plugin parameters? I suspect that the case.

if not, then need to debug more :)

avatar brianteeman
brianteeman - comment - 4 Mar 2026

stop guessing

avatar Fedik
Fedik - comment - 4 Mar 2026

Do you have or not the width in the plugin configuration?

avatar brianteeman
brianteeman - comment - 4 Mar 2026

lesson learned - wont waste my time any more. thanks and bye.

avatar Fedik
Fedik - comment - 4 Mar 2026

Man, I asked you to do a simple thing.

Please check the TinnyMCE plugin, width parameter.
On old installs it was 750px, and it may explain your finding.
On new install it should be 100% after #46438

We do not update this parameters during upgrade.

avatar brianteeman
brianteeman - comment - 4 Mar 2026

i've moved on - not wasting my time in reporting bugs with detailed explanation of the change that caused it ever again you clearly have no interest in anything but victim blaming

avatar Fedik Fedik - change - 4 Mar 2026
Labels Added: Information Required
avatar Fedik Fedik - labeled - 4 Mar 2026
avatar Fedik Fedik - change - 6 Mar 2026
Labels Removed: Information Required
avatar Fedik Fedik - unlabeled - 6 Mar 2026
avatar brianteeman
brianteeman - comment - 6 Mar 2026

Nto just mail templates - the same problem exists on front end editing

Image
avatar HLeithner HLeithner - change - 9 Mar 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-03-09 18:02:59
Closed_By HLeithner
avatar HLeithner HLeithner - close - 9 Mar 2026

Add a Comment

Login with GitHub to post a comment