No Code Attached Yet bug
avatar brianteeman
brianteeman
9 Mar 2026

What happened?

#46438 introduces two new field descriptions that are wrong

image

PLG_TINY_FIELD_HTMLHEIGHT_DESC="Set the height of the editor. Leave empty for automatic height. A numeric value can be used or a value with valid CSS units (for example: 50vh or 50rem)."
PLG_TINY_FIELD_HTMLWIDTH_DESC="Set the width of the editor. Leave empty for 100% width. A numeric value can be used or a value with valid CSS units (for example: 50vw or 50em)."

You cannot leave it as empty. If you delete the contents of the field then on save the values of 550px and 100% height are inserted

chrome_bvOMUWs7DH.mp4

Version

6.1

Expected result

The text descriptions should be correct

Actual result

You cannot leave it as empty. If you delete the contents of the field then on save the values of 550px and 100% height are inserted

System Information

No response

Additional Comments

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

It could be changed to this but I am not sure if thats your intent

PLG_TINY_FIELD_HTMLHEIGHT_DESC="Set the height of the editor.The default value is 550px. A numeric value can be used or a value with valid CSS units (for example: 50vh or 50rem)."
PLG_TINY_FIELD_HTMLWIDTH_DESC="Set the width of the editor. The default value is 100%. A numeric value can be used or a value with valid CSS units (for example: 50vw or 50em)."

avatar HLeithner
HLeithner - comment - 9 Mar 2026

technically the empty value is not saved in the database, but yes it's a strange description since it will be prefilled on reload.

avatar HLeithner
HLeithner - comment - 9 Mar 2026

I think your suggested text is ok

avatar richard67 richard67 - change - 9 Mar 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-03-09 20:34:32
Closed_By richard67
avatar richard67 richard67 - close - 9 Mar 2026
avatar richard67
richard67 - comment - 9 Mar 2026

Closing as fixed with PR #47341 .

Add a Comment

Login with GitHub to post a comment