Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 15:56 UTC
Updated:
14 Dec 2009 at 18:02 UTC
In CKEditor, the height of the editor is fixed at 420px. Is there a possibliliy that this could be changed to be a multiple of the rows? For example in FCKEditor module the formula is something like
height in pixels = (no of rows) x 14 + 140 (the 140 is to allow for the buttons, I believe)
I am not sure if this applies also to other editor plugins.
Comments
Comment #1
twodIt's currently the same for all editors.
Duplicate of #507696: Allow individual width/height per field, which already has the beginnings of a patch and some related discussion, please follow up there.
Comment #2
nirbhasa commentedMarking as duplicate - the patch in that issue does set the height based on the number of rows.