Closed (won't fix)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Mar 2009 at 11:21 UTC
Updated:
4 Oct 2009 at 19:02 UTC
Hi,
Thanks for this great module.
When not using any WYSIWYG editor, Drupal allows to resize a textarea when its height is too small by dragging down the bottom part of the textarea.
It would be nice that this feature still works when using FCKeditor.
Or at least, to be able to configure the minimum height of the edition area from FCKeditor module's settings interface.
Comments
Comment #1
anrikun commentedComment #2
halfiranian commentedHave you had any luck with this?
Comment #3
anrikun commentedNo :-(
Comment #4
Knarf31 commentedHi,
i'm a total noob at this but try changing line 595 at fckeditor.module from
$height = intval($element['#rows']) * 14 + 140;
to
$height = intval($element['#rows']) * 14 + 440;
This will change the editor heigth.
Comment #5
Jorrit commentedI will look at this soon.
Comment #6
anrikun commentedThanks, it would be good to have the option in settings instead of directly modifying code inside the module.
Comment #7
Jorrit commentedThis will not make it in a current release. CKeditor (the successor to FCKeditor) will be resizable by default, and we're putting all development effort on that right now.
Comment #8
anrikun commentedYeah you're right. I'm looking forward to trying your release with CKeditor :-)
Thanks for your good work!