?
Referenced as Pull Request for: # 8106
avatar daveli
daveli
19 Jan 2015

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.

avatar daveli daveli - open - 19 Jan 2015
avatar brianteeman
brianteeman - comment - 19 Jan 2015

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.

avatar daveli
daveli - comment - 19 Jan 2015

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


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5820.

avatar zero-24 zero-24 - change - 19 Jan 2015
Category External Library Plugins
avatar brianteeman
brianteeman - comment - 19 Jan 2015

Take a look at how it is done with the custom html module


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5820.

avatar brianteeman brianteeman - change - 23 Jan 2015
Labels Added: ?
avatar brianteeman brianteeman - change - 23 Jan 2015
Labels Added: ?
avatar studio42
studio42 - comment - 31 May 2015

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.

avatar infograf768
infograf768 - comment - 1 Jun 2015

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.

avatar infograf768
infograf768 - comment - 1 Jun 2015

Looks like it works though with no editor.

avatar Mathewlenning
Mathewlenning - comment - 17 Oct 2015

Looks like the Javascript function is only built with the default plugin params. I found it and I'll do a PR

avatar Mathewlenning Mathewlenning - reference | 46bbf41 - 17 Oct 15
avatar zero-24
zero-24 - comment - 17 Oct 2015

Closing as we have a PR. Please test there: #8106

Thabks

avatar zero-24 zero-24 - change - 17 Oct 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-10-17 08:06:21
Closed_By zero-24
avatar zero-24 zero-24 - close - 17 Oct 2015

Add a Comment

Login with GitHub to post a comment