This issue appears in Joomla 3.3.6 and can be viewed in com_content when creating a new article. You will notice that the height of the default editor (TinyMCE) is 550px when it should be 500px as stated in the code when the editor is initialized. It seems that since TinyMCE 4 parsing the height, width, cols, rows etc from the textarea element are not working anymore due to an API changes.
If I get this right, that would mean that I cannot change the height of a specific editor field, as this was possible in the past.
I tried adding the height parameter to article.xml with no effect. Changing the default editor to JCE seems to change the height.
I assume it should change the height since this is part of the parameters for the Editor Field in Joomla see: Editor_form_field_type
Category | ⇒ | External Library Plugins |
Take a look at how it is done with the custom html module
Labels |
Added:
?
|
Labels |
Added:
?
|
Hi, it's really not working! Joomla 3.4.1
Tested with different settings, you cannot anymore set the height in tinyMce. Only the textarea height is set.
Tested with TinyMCE.
Setting a custom height in the editor form field.
I confirm that this was possible in 2.5.x (it overrides the height defined in Tiny parameters), not in 3.4.1/staging.
Looks like it works though with no editor.
Looks like the Javascript function is only built with the default plugin params. I found it and I'll do a PR
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-17 08:06:21 |
Closed_By | ⇒ | zero-24 |
The height is being correctly set to 550px by the tinymce plugin.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5820.