No Code Attached Yet
avatar RickR2H
RickR2H
18 Oct 2025

By default the TinyMCE editor is to low in my opinion. The default is now set to a height of 400px.

Image

Also the height and width settings in TinyMCE have no effect.

Image

@Hackwar could you take a look?

avatar RickR2H RickR2H - open - 18 Oct 2025
avatar RickR2H RickR2H - change - 18 Oct 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 18 Oct 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 Oct 2025
avatar RickR2H RickR2H - change - 18 Oct 2025
The description was changed
avatar RickR2H RickR2H - edited - 18 Oct 2025
avatar RickR2H RickR2H - change - 18 Oct 2025
Title
TinyMCE editor height only 400px
J6.0 TinyMCE editor height only 400px
avatar RickR2H RickR2H - edited - 18 Oct 2025
avatar brianteeman
brianteeman - comment - 18 Oct 2025
Image
avatar Fedik
Fedik - comment - 18 Oct 2025

it something to do with new version of TinyMCE it ignores the textarea height.
in j5 the editor height is equal textarea height

It actually working, but 500 is hardcoded since forever

$this->height = $this->element['height'] ? (string) $this->element['height'] : '500';
$this->width = $this->element['width'] ? (string) $this->element['width'] : '100%';

avatar brianteeman
brianteeman - comment - 18 Oct 2025

but its not using the 500 value as I showed in my screenshot

avatar Fedik
Fedik - comment - 18 Oct 2025

but its not using the 500 value as I showed in my screenshot

It uses, but in strange way, in some reason TinyMCE.js result 500 to 400, while when I try 700 then I get editor in 700px

Add a Comment

Login with GitHub to post a comment